mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-04 06:12:07 +01:00
remove unused typedef in serialize.h
This commit is contained in:
committed by
Luke Dashjr
parent
5ad4028050
commit
e6578e7fa7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user