Skip to content

Commit dc84775

Browse files
committed
Remove references to non-existent parser/js/bc and parser/js/collections directories
With the merge of the CBC parser, these directories got removed. The update of the jerry-core/CMakeLists.txt must have been forgotten, probably because the kept references caused no errors. Cleaning up now. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss [email protected]
1 parent 0a83b31 commit dc84775

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

jerry-core/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ project (JerryCore CXX C ASM)
113113
${CMAKE_SOURCE_DIR}/jerry-core/ecma/base
114114
${CMAKE_SOURCE_DIR}/jerry-core/ecma/operations
115115
${CMAKE_SOURCE_DIR}/jerry-core/parser/js
116-
${CMAKE_SOURCE_DIR}/jerry-core/parser/js/bc
117-
${CMAKE_SOURCE_DIR}/jerry-core/parser/js/collections
118116
${CMAKE_SOURCE_DIR}/jerry-core/parser/regexp
119117
${CMAKE_SOURCE_DIR}/jerry-core/jrt)
120118

@@ -133,8 +131,6 @@ project (JerryCore CXX C ASM)
133131
file(GLOB SOURCE_CORE_ECMA_BASE ecma/base/*.cpp)
134132
file(GLOB SOURCE_CORE_ECMA_OPERATIONS ecma/operations/*.cpp)
135133
file(GLOB SOURCE_CORE_PARSER_JS parser/js/*.cpp)
136-
file(GLOB SOURCE_CORE_PARSER_JS_BC parser/js/bc/*.cpp)
137-
file(GLOB SOURCE_CORE_PARSER_JS_COLLECTIONS parser/js/collections/*.cpp)
138134
file(GLOB SOURCE_CORE_PARSER_REGEXP parser/regexp/*.cpp)
139135
file(GLOB SOURCE_CORE_JRT jrt/*.cpp)
140136

@@ -148,8 +144,6 @@ project (JerryCore CXX C ASM)
148144
${SOURCE_CORE_ECMA_BASE}
149145
${SOURCE_CORE_ECMA_OPERATIONS}
150146
${SOURCE_CORE_PARSER_JS}
151-
${SOURCE_CORE_PARSER_JS_BC}
152-
${SOURCE_CORE_PARSER_JS_COLLECTIONS}
153147
${SOURCE_CORE_PARSER_REGEXP}
154148
${SOURCE_CORE_JRT})
155149

0 commit comments

Comments
 (0)