mirror of
https://github.com/boostorg/timer.git
synced 2026-01-23 06:02:15 +00:00
Remove unused using-declaration for error_code
`boost::system::error_code` is included in the namespace, even though it is not even used in this file. The problem I encounter because of this: When configuring `boost/chrono` to be header-only, the `error_code` symbol is not included anymore and the `cpu_timer.cpp` doesn't compile.
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
|
||||
using boost::timer::nanosecond_type;
|
||||
using boost::timer::cpu_times;
|
||||
using boost::system::error_code;
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user