Commit 0948a125 authored by gabime's avatar gabime

small cleanup

parent 4207c407
...@@ -16,8 +16,6 @@ using namespace utils; ...@@ -16,8 +16,6 @@ using namespace utils;
int main(int argc, char* argv[]) int main(int argc, char* argv[])
{ {
details::stack_buf<12> a;
const unsigned int howmany = argc <= 1 ? 1000000:atoi(argv[1]); const unsigned int howmany = argc <= 1 ? 1000000:atoi(argv[1]);
logger cout_logger ("example", sinks::stdout_sink()); logger cout_logger ("example", sinks::stdout_sink());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment