Cache signature verifications
[novacoin.git] / src / serialize.h
index 12ea1ec..fe2aebe 100644 (file)
@@ -1083,8 +1083,6 @@ public:
     int nType;
     int nVersion;
 
-    typedef FILE element_type;
-
     CAutoFile(FILE* filenew, int nTypeIn, int nVersionIn)
     {
         file = filenew;