Removed old bigmeta flag in config lib.
This commit is contained in:
parent
5ca6cfbbb6
commit
43d620f9f2
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue