diff --git a/src/command_line_parser.cc b/src/command_line_parser.cc index 53a103d33b..8adac8d633 100644 --- a/src/command_line_parser.cc +++ b/src/command_line_parser.cc @@ -119,14 +119,12 @@ StringTo(const std::string& arg) return std::stoi(arg); } -#ifdef TRITON_ENABLE_TRACING template <> uint32_t StringTo(const std::string& arg) { return std::stoul(arg); } -#endif // TRITON_ENABLE_TRACING template <> uint64_t