You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ESPressio_IThread.hpp
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,6 @@ namespace ESPressio {
29
29
*/
30
30
classIThread {
31
31
public:
32
-
// Destructor
33
-
34
-
/// The Destructor is declared as `virtual` to ensure that the correct destructor is called when a derived class is destroyed.
35
-
virtual~IThread() {
36
-
DoNotifyDestroy();
37
-
}
38
32
// Methods
39
33
40
34
/// `Initialize` is invoked automatically for all Threads when the `ThreadManager` is initialized in your `main()` (or `setup()` for MCU projects) function.
0 commit comments