diff options
| author | Philip Kaufmann <[email protected]> | 2012-05-01 01:56:47 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-05-01 01:56:47 +0200 |
| commit | 810b4fad7d6db825c709d75635fcf4a644df9bcb (patch) | |
| tree | 2e1ca3ead2d38b6eafc6dd34e5a84e5dccbe8d61 /src | |
| parent | Check earlier for blocks with duplicate transactions. Fixes #1167 (diff) | |
| download | discoin-810b4fad7d6db825c709d75635fcf4a644df9bcb.tar.xz discoin-810b4fad7d6db825c709d75635fcf4a644df9bcb.zip | |
remove unused typedef in serialize.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/serialize.h | 2 |
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; |