removed uneeded files

This commit is contained in:
gabime
2014-02-22 01:16:59 +02:00
parent c5a8eb5cdb
commit e27b45e3f0
7 changed files with 9 additions and 98 deletions

View File

@@ -103,9 +103,7 @@ private:
std::mutex mutex_;
std::condition_variable item_pushed_cond_;
std::condition_variable item_popped_cond_;
const std::chrono::hours one_hour {
1
};
const std::chrono::hours one_hour (1);
};
}