From 43d620f9f2fc3d9f0cf5c5fe3847eea5345fdfbb Mon Sep 17 00:00:00 2001 From: Thulinma <jaron@vietors.com> Date: Thu, 22 Sep 2016 17:59:26 +0200 Subject: [PATCH] Removed old bigmeta flag in config lib. --- lib/config.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/config.cpp b/lib/config.cpp index d176b353..175a29ea 100644 --- a/lib/config.cpp +++ b/lib/config.cpp @@ -206,9 +206,6 @@ bool Util::Config::parseArgs(int & argc, char ** & argv) { #ifdef WITH_THREADNAMES std::cout << "- Flag: With threadnames. Debuggers will show sensible human-readable thread names." << std::endl; #endif - #ifdef BIGMETA - std::cout << "- Flag: Big metadata. Enabled longer live stream durations. Breaks compatibility with DTSH files generated by versions without this flag." << std::endl; - #endif std::cout << "Built on " __DATE__ ", " __TIME__ << std::endl; exit(0); break;