Skip to content

Commit

Permalink
Undo Ben's Copypasta Derp
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett authored Apr 12, 2024
1 parent bc14cc3 commit f5b6790
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/TinyGPS++.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -630,13 +630,6 @@ void TinyGPSInteger::commit(uint32_t timestamp)
flags |= (FLAG_VALID|FLAG_UPDATED);
}

void TinyGPSInteger::commit(uint32_t timestamp)
{
createTime = timestamp;
val = newval;
flags |= (FLAG_VALID|FLAG_UPDATED);
}

void TinyGPSInteger::set(const char *term)
{
newval = atol(term);
Expand Down

0 comments on commit f5b6790

Please sign in to comment.