Skip to content

Commit

Permalink
[fix] re #63: remove time.hpp and time.cpp, prevent bare-metal compil…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
biojppm committed Jan 21, 2022
1 parent 4115681 commit aead923
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 155 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ set(C4CORE_SRC_FILES
c4/substr.hpp
c4/substr_fwd.hpp
c4/szconv.hpp
c4/time.hpp
c4/time.cpp
c4/type_name.hpp
c4/types.hpp
c4/unrestrict.hpp
Expand Down
59 changes: 0 additions & 59 deletions src/c4/time.cpp

This file was deleted.

92 changes: 0 additions & 92 deletions src/c4/time.hpp

This file was deleted.

2 changes: 0 additions & 2 deletions tools/amalgamate.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def amalgamate_c4core(filename: str,
am.onlyif(with_stl, "src/c4/std/string.hpp"),
am.onlyif(with_stl, "src/c4/std/vector.hpp"),
am.onlyif(with_stl, "src/c4/std/tuple.hpp"),
"src/c4/time.hpp",
"src/c4/ext/rng/rng.hpp",
"src/c4/ext/sg14/inplace_function.h",
am.ignfile("src/c4/common.hpp"),
Expand All @@ -105,7 +104,6 @@ def amalgamate_c4core(filename: str,
"src/c4/windows_push.hpp",
"src/c4/windows.hpp",
"src/c4/windows_pop.hpp", # do NOT include this before windows.hpp
"src/c4/time.cpp",
"src/c4/error.cpp",
]
result = am.catfiles(srcblocks,
Expand Down

0 comments on commit aead923

Please sign in to comment.