]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sha256.cpp
Remove legacy code, mostly related to 1.2 compatibility
[user/henk/code/inspircd.git] / src / modules / m_sha256.cpp
index 86970968a80740c43ef31204426e2e141854123c..360b18ddd4a616b324429c44008033d89119c6b5 100644 (file)
@@ -263,11 +263,6 @@ class HashSHA256 : public HashProvider
                return std::string((char*)bytes, SHA256_DIGEST_SIZE);
        }
 
-       std::string sumIV(unsigned int* IV, const char* HexMap, const std::string &sdata)
-       {
-               return "";
-       }
-
        HashSHA256(Module* parent) : HashProvider(parent, "hash/sha256", 32, 64) {}
 };