mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-12 07:41:21 +02:00
remove unused typedef in serialize.h
This commit is contained in:
@ -1083,8 +1083,6 @@ public:
|
||||
int nType;
|
||||
int nVersion;
|
||||
|
||||
typedef FILE element_type;
|
||||
|
||||
CAutoFile(FILE* filenew, int nTypeIn, int nVersionIn)
|
||||
{
|
||||
file = filenew;
|
||||
|
Reference in New Issue
Block a user