aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-01 01:56:47 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-01 01:56:47 +0200
commit810b4fad7d6db825c709d75635fcf4a644df9bcb (patch)
tree2e1ca3ead2d38b6eafc6dd34e5a84e5dccbe8d61
parentbe8651dde7b59e50e8c443da71c706667803d06d (diff)
downloadbitcoin-810b4fad7d6db825c709d75635fcf4a644df9bcb.tar.xz
remove unused typedef in serialize.h
-rw-r--r--src/serialize.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/serialize.h b/src/serialize.h
index 12ea1ec695..fe2aebe7f5 100644
--- a/src/serialize.h
+++ b/src/serialize.h
@@ -1083,8 +1083,6 @@ public:
int nType;
int nVersion;
- typedef FILE element_type;
-
CAutoFile(FILE* filenew, int nTypeIn, int nVersionIn)
{
file = filenew;