X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=inline;f=include%2Fhashcomp.h;h=168ecb2898cf244bc752a2d272f45a9b967c3ace;hb=e1e9341a84b89111c61c6c4bcceab1759b90f818;hp=5b2c7215ea9207dd1deed68eb51be6b40a6f7572;hpb=0612de153ff8a731992fee0d1812295cd98c6e8d;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/hashcomp.h b/include/hashcomp.h index 5b2c7215e..168ecb289 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -265,12 +265,6 @@ namespace irc */ bool GetToken(std::string &token); - /** Fetch the next token from the stream as an irc::string - * @param token The next token available, or an empty string if none remain - * @return True if tokens are left to be read, false if the last token was just retrieved. - */ - bool GetToken(irc::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.