aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2012-05-01 01:56:47 +0200
committerPhilip Kaufmann <[email protected]>2012-05-01 01:56:47 +0200
commit810b4fad7d6db825c709d75635fcf4a644df9bcb (patch)
tree2e1ca3ead2d38b6eafc6dd34e5a84e5dccbe8d61 /src
parentCheck earlier for blocks with duplicate transactions. Fixes #1167 (diff)
downloaddiscoin-810b4fad7d6db825c709d75635fcf4a644df9bcb.tar.xz
discoin-810b4fad7d6db825c709d75635fcf4a644df9bcb.zip
remove unused typedef in serialize.h
Diffstat (limited to 'src')
-rw-r--r--src/serialize.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/serialize.h b/src/serialize.h
index 12ea1ec69..fe2aebe7f 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;