Skip to content

Commit

Permalink
Remove the virtual destructor as Print class has one
Browse files Browse the repository at this point in the history
As pointed out by @JAndrassy
  • Loading branch information
TD-er committed Sep 14, 2024
1 parent 00e9c78 commit 7018619
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cores/esp32/Stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ class Stream : public Print {
Stream() {
_timeout = 1000;
}
virtual ~Stream() {}

// parsing methods

Expand Down

0 comments on commit 7018619

Please sign in to comment.