Skip to content

Commit

Permalink
And linting
Browse files Browse the repository at this point in the history
  • Loading branch information
freol35241 committed Jun 23, 2021
1 parent 8cd8cb6 commit cd539b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/NMEA2000_assembler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <chrono> // NOLINT
#include <functional>
#include <numeric>
#include <regex>
#include <sstream>
#include <string>
#include <utility>
Expand Down Expand Up @@ -48,7 +47,6 @@ class NMEA2000FrameAssembler {

// Handle any fully received lines
std::string line;
std::smatch match;
while (std::getline(buffer, line, '\n')) {
if (buffer.eof()) {
// If we run out of buffer, we dont have a full line and bail
Expand Down

0 comments on commit cd539b9

Please sign in to comment.