remove unused typedef in serialize.h
[novacoin.git] / src / serialize.h
index 3027660..959a3a6 100644 (file)
@@ -1244,8 +1244,6 @@ public:
     int nType;
     int nVersion;
 
-    typedef FILE element_type;
-
     CAutoFile(FILE* filenew=NULL, int nTypeIn=SER_DISK, int nVersionIn=VERSION)
     {
         file = filenew;