Merge branch '0.5.x' into 0.6.0.x
[novacoin.git] / src / serialize.h
index 25777fe..2cb3563 100644 (file)
@@ -1234,8 +1234,6 @@ public:
     int nType;
     int nVersion;
 
-    typedef FILE element_type;
-
     CAutoFile(FILE* filenew=NULL, int nTypeIn=SER_DISK, int nVersionIn=PROTOCOL_VERSION)
     {
         file = filenew;