]> Git Repo - VerusCoin.git/blobdiff - src/uint252.h
Remove debug outs
[VerusCoin.git] / src / uint252.h
index 6281e853334ac3e5b392b96d4c210e7892b6be86..e7b98ddf0885f1627dc54a4d31cbc8e77bdbcad8 100644 (file)
@@ -15,7 +15,7 @@ public:
     ADD_SERIALIZE_METHODS;
 
     template <typename Stream, typename Operation>
-    inline void SerializationOp(Stream& s, Operation ser_action, int nType, int nVersion) {
+    inline void SerializationOp(Stream& s, Operation ser_action) {
         READWRITE(contents);
 
         if ((*contents.begin()) & 0xF0) {
This page took 0.022777 seconds and 4 git commands to generate.