Skip to content

Commit 44f5322

Browse files
author
Yieen
committed
removed unused function declaration
1 parent 25d5891 commit 44f5322

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/poll/Poll.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ class Poll {
4848
void remove(size_t pos);
4949
void release(CallbackPointer const *callback, struct pollfd const *pollfd,
5050
size_t size);
51-
void handleAddingAttempts(); // TODO: Still needed, since it doesnt seem to
52-
// be implemented?
5351
};
5452

5553
#endif // POLL_HPP

0 commit comments

Comments
 (0)