summaryrefslogtreecommitdiff
path: root/cpp/include/IcePatch/Util.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IcePatch/Util.h')
-rw-r--r--cpp/include/IcePatch/Util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/include/IcePatch/Util.h b/cpp/include/IcePatch/Util.h
index 159e79055b4..45ef6287c72 100644
--- a/cpp/include/IcePatch/Util.h
+++ b/cpp/include/IcePatch/Util.h
@@ -41,9 +41,6 @@ Ice::ByteSeq getMD5(const std::string&);
void createMD5(const std::string&);
void createMD5Recursive(const std::string&);
-void writeBZ2(const std::string&, const Ice::ByteSeq&);
-Ice::ByteSeq readBZ2(const std::string&);
-
Ice::Int getSizeBZ2(const std::string&);
Ice::ByteSeq getBytesBZ2(const std::string&, Ice::Int, Ice::Int);
void createBZ2(const std::string&);