Skip to content

Commit c1ec08a

Browse files
author
Aidan Lee
committed
Remove un-needed virtual functions
already virtual on the base
1 parent 75ff615 commit c1ec08a

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

include/hx/thread/Thread.hpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ namespace hx
2525

2626
virtual String getName() = 0;
2727
virtual void setName(const String& name) = 0;
28-
29-
virtual String toString() override = 0;
30-
31-
virtual void __Mark(HX_MARK_PARAMS) override = 0;
32-
#ifdef HXCPP_VISIT_ALLOCS
33-
virtual void __Visit(HX_VISIT_PARAMS) override = 0;
34-
#endif
3528
};
3629
}
3730
}

0 commit comments

Comments
 (0)