Skip to content

Commit 1809cef

Browse files
committed
[brief] Removes the functional header.
[detailed] - The functionality is superseded by the new Range class, which offers much better functionality to the original iota function.
1 parent 259fdf4 commit 1809cef

File tree

4 files changed

+0
-51
lines changed

4 files changed

+0
-51
lines changed

include/zeus/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ set(ZEUS_HEADER_LIST
77
${ZEUS_VERSION_HEADER}
88
${ZEUS_SOURCE_ROOT}/zeus/assert.hpp
99
${ZEUS_SOURCE_ROOT}/zeus/float.hpp
10-
${ZEUS_SOURCE_ROOT}/zeus/functional.hpp
1110
${ZEUS_SOURCE_ROOT}/zeus/platform.hpp
1211
${ZEUS_SOURCE_ROOT}/zeus/timer.hpp
1312
${ZEUS_SOURCE_ROOT}/zeus/filesystem.hpp

include/zeus/functional.hpp

Lines changed: 0 additions & 14 deletions
This file was deleted.

test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
set(ZEUS_TEST_FILES
22
${ZEUS_TEST_ROOT}/assert_test.cpp
33
${ZEUS_TEST_ROOT}/float_test.cpp
4-
${ZEUS_TEST_ROOT}/functional_test.cpp
54
${ZEUS_TEST_ROOT}/platform_test.cpp
65
${ZEUS_TEST_ROOT}/timer_test.cpp
76
${ZEUS_TEST_ROOT}/filesystem_test.cpp

test/functional_test.cpp

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)