Skip to content

Commit efb9193

Browse files
legendecasaduh95
authored andcommitted
build: remove duplicated node_use_sqlite and node_use_ffi conditions
Signed-off-by: Chengzhong Wu <[email protected]> PR-URL: #63629 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent cf5e1b5 commit efb9193

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

node.gyp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,11 +1010,6 @@
10101010
'deps/ncrypto/ncrypto.gyp:ncrypto',
10111011
],
10121012
}],
1013-
[ 'node_use_sqlite=="true"', {
1014-
'sources': [
1015-
'<@(node_sqlite_sources)',
1016-
],
1017-
}],
10181013
[ 'node_use_quic=="true"', {
10191014
'sources': [
10201015
'<@(node_quic_sources)',

0 commit comments

Comments
 (0)