aboutsummaryrefslogtreecommitdiff
path: root/include/hashcomp.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-02-19 18:46:05 +0000
committerGravatar Sadie Powell2024-02-19 18:46:05 +0000
commitebd03383f856bfaa72b1700a96561396e6f8f6cc (patch)
tree47651f7a9c8567ae020c6b8750db58a7d3c2da2b /include/hashcomp.h
parentFix more issues with the v3 compat layer. (diff)
Allow using multiple SSL fingerprint algorithms.
Closes #1804.
Diffstat (limited to 'include/hashcomp.h')
-rw-r--r--include/hashcomp.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h
index ec6cf34f8..f7509a444 100644
--- a/include/hashcomp.h
+++ b/include/hashcomp.h
@@ -156,12 +156,6 @@ namespace irc
* @return True if the end of the stream has been reached, otherwise false
*/
bool StreamEnd();
-
- /** Returns true if the specified value exists in the stream
- * @param value The value to search for
- * @return True if the value was found, False otherwise
- */
- bool Contains(const std::string& value);
};
/** A derived form of sepstream, which separates on commas