Skip to content

Commit c6968e3

Browse files
committed
Remove leftover comments from build system files
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
1 parent d53c2be commit c6968e3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ BUILD_NAME:=
7676
BUILD_NAME:=$(BUILD_NAME)-LOG-$(LOG)
7777
endif
7878

79-
# Date system calls
8079
# Fill error messages for builtin error objects
8180
ifneq ($(ERROR_MESSAGES),)
8281
CMAKE_DEFINES:=$(CMAKE_DEFINES) -DENABLE_ERROR_MESSAGES=$(ERROR_MESSAGES)

jerry-core/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ project (JerryCore C ASM)
192192
set(DEFINES_JERRY ${DEFINES_JERRY} JERRY_ENABLE_LOG)
193193
endif()
194194

195-
# Date system calls
196195
# Fill error messages for builtin error objects
197196
if("${ENABLE_ERROR_MESSAGES}" STREQUAL "ON")
198197
set(DEFINES_JERRY ${DEFINES_JERRY} JERRY_ENABLE_ERROR_MESSAGES)

0 commit comments

Comments
 (0)