Skip to content

Commit 7018619

Browse files
committed
Remove the virtual destructor as Print class has one
As pointed out by @JAndrassy
1 parent 00e9c78 commit 7018619

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/esp32/Stream.h

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ class Stream : public Print {
6161
Stream() {
6262
_timeout = 1000;
6363
}
64-
virtual ~Stream() {}
6564

6665
// parsing methods
6766

0 commit comments

Comments
 (0)