Skip to content

Commit 4329ebe

Browse files
committed
CMake: remove an unused variable
1 parent 99365ad commit 4329ebe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

benchmark/cmake/modules/AddSwiftBenchmarkSuite.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ function (swift_benchmark_compile_archopts)
4848
"-F" "${sdk}/../../../Developer/Library/Frameworks"
4949
"-${BENCH_COMPILE_ARCHOPTS_OPT}"
5050
"-D" "INTERNAL_CHECKS_ENABLED"
51-
"-D" "SWIFT_ENABLE_OBJECT_LITERALS"
5251
"-no-link-objc-runtime"
5352
"-I" "${srcdir}/utils/ObjectiveCTests")
5453

@@ -64,7 +63,6 @@ function (swift_benchmark_compile_archopts)
6463
"-F" "${sdk}/../../../Developer/Library/Frameworks"
6564
"-${driver_opt}"
6665
"-D" "INTERNAL_CHECKS_ENABLED"
67-
"-D" "SWIFT_ENABLE_OBJECT_LITERALS"
6866
"-no-link-objc-runtime")
6967

7068
set(bench_library_objects)

0 commit comments

Comments
 (0)