From 181442ab4256f3c12ef0a62ed44e6e9fd0f58095 Mon Sep 17 00:00:00 2001 From: SanJacobs Date: Mon, 18 Apr 2022 23:15:42 +0200 Subject: Got rid of boost --- src/main.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 071ddfd..91f04dd 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -24,15 +24,11 @@ along with this program. If not, see https://www.gnu.org/licenses/ #include #include "time.h" -//#include -//#include int main(int argc, char* argv[]) { if(argc > 1){ if(std::string(argv[1])=="test") { - //using boost::posix_time::to_simple_string; - //tm test_moment_one{0, 30, 14, 27, 11, 2010}; moment calltime{30, 8, 27, 11, 2010}; moment wraptime{30, 16, 27, 11, 2010}; timeblock workday{calltime, wraptime}; -- cgit v1.2.1