Skip to content

Commit

Permalink
Merge pull request #391 from mtconnect/sink_boost_log_linker_issue
Browse files Browse the repository at this point in the history
Resolve undefined boost::log symbol using ExtractTimestamp transform
  • Loading branch information
wsobel authored Jan 11, 2024
2 parents 8866474 + 284a3e8 commit 298c4e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mtconnect/pipeline/timestamp_extractor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ namespace mtconnect::pipeline {
using namespace date::literals;
using namespace date;

NAMED_SCOPE("TimestampExtractor");

// Extract duration
string_view timestamp {token};
Timestamp result;
Expand Down

0 comments on commit 298c4e2

Please sign in to comment.