Merge branch '0.4.x' into 0.5.x
[novacoin.git] / src / serialize.h
index 346594c..6bdf378 100644 (file)
@@ -1245,8 +1245,6 @@ public:
     int nType;
     int nVersion;
 
-    typedef FILE element_type;
-
     CAutoFile(FILE* filenew=NULL, int nTypeIn=SER_DISK, int nVersionIn=VERSION)
     {
         file = filenew;