Skip to content

Commit ac4899b

Browse files
committed
Remove misspelled CLOOP define
This does nothing
1 parent 1418f53 commit ac4899b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jsc/BUCK

-2
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,6 @@ cxx_library(
10641064
'-DENABLE_JIT=1',
10651065
'-DENABLE_DFG_JIT=0',
10661066
'-DENABLE_LLINT=1',
1067-
'-DENABLE_LLINT_CLOOP=1',
10681067
'-DINTPTR_MAX=LONG_MAX',
10691068
'-DLOG_TAG="JavaScriptCore"',
10701069
],
@@ -1133,7 +1132,6 @@ cxx_library(
11331132
'-DENABLE_JIT=1',
11341133
'-DENABLE_DFG_JIT=0',
11351134
'-DENABLE_LLINT=1',
1136-
'-DENABLE_LLINT_CLOOP=1',
11371135
],
11381136
headers = JSCOFFSETEXTRACTOR_HEADERS,
11391137
header_namespace = '',

0 commit comments

Comments
 (0)