Skip to content

Commit

Permalink
Merge pull request #1172 from Diapolo/serialize_h_rem_typedef
Browse files Browse the repository at this point in the history
remove unused typedef in serialize.h
  • Loading branch information
laanwj committed May 1, 2012
2 parents bd51e8e + 810b4fa commit 6d25b0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/serialize.h
Original file line number Diff line number Diff line change
Expand Up @@ -1083,8 +1083,6 @@ class CAutoFile
int nType;
int nVersion;

typedef FILE element_type;

CAutoFile(FILE* filenew, int nTypeIn, int nVersionIn)
{
file = filenew;
Expand Down

0 comments on commit 6d25b0e

Please sign in to comment.