mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-13 00:08:11 +00:00
remove unused typedef in serialize.h
This commit is contained in:
parent
be8651dde7
commit
810b4fad7d
@ -1083,8 +1083,6 @@ public:
|
|||||||
int nType;
|
int nType;
|
||||||
int nVersion;
|
int nVersion;
|
||||||
|
|
||||||
typedef FILE element_type;
|
|
||||||
|
|
||||||
CAutoFile(FILE* filenew, int nTypeIn, int nVersionIn)
|
CAutoFile(FILE* filenew, int nTypeIn, int nVersionIn)
|
||||||
{
|
{
|
||||||
file = filenew;
|
file = filenew;
|
||||||
|
Loading…
Reference in New Issue
Block a user