diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/hashcomp.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h index 71f900654..9a3169435 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -198,18 +198,6 @@ namespace irc * @return True if tokens are left to be read, false if the last token was just retrieved. */ bool GetToken(std::string &token); - - /** Fetch the next token from the stream as an integer - * @param token The next token available, or undefined if none remain - * @return True if tokens are left to be read, false if the last token was just retrieved. - */ - bool GetToken(int &token); - - /** Fetch the next token from the stream as a long integer - * @param token The next token available, or undefined if none remain - * @return True if tokens are left to be read, false if the last token was just retrieved. - */ - bool GetToken(long &token); }; /** The portparser class seperates out a port range into integers. |