Skip to content

Commit 55c38a6

Browse files
remove deprecated libinfo functions
1 parent 35d8b58 commit 55c38a6

File tree

3 files changed

+0
-45
lines changed

3 files changed

+0
-45
lines changed

include/cxxitimer.hpp

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -384,23 +384,4 @@ double timeval_to_double(const timeval &time) noexcept;
384384
//* convert double (seconds) to timeval
385385
timeval double_to_timeval(double time) noexcept;
386386

387-
/**
388-
* @brief get library version
389-
* @return library version as string
390-
*/
391-
[[maybe_unused, nodiscard]] std::string get_lib_version();
392-
393-
/**
394-
* @brief get full library info
395-
* @details contains name, version, compiler and system
396-
* @return library info as string
397-
*/
398-
[[maybe_unused, nodiscard]] std::string get_lib_info();
399-
400-
/**
401-
* @brief get library compilation date
402-
* @return compilation date as string
403-
*/
404-
[[maybe_unused, nodiscard]] std::string get_lib_date();
405-
406387
} // namespace cxxitimer

src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# ======================================================================================================================
88

99
target_sources(${Target} PRIVATE cxxitimer.cpp)
10-
target_sources(${Target} PRIVATE libinfo.cpp)
1110

1211
# ---------------------------------------- header files (*.hpp, *.h, ...) ----------------------------------------------
1312
# -------------------- place only header files in the src folder that are required only internally. --------------------

src/libinfo.cpp

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

0 commit comments

Comments
 (0)