Merge pull request #1177 from laanwj/2012_05_remove_duplicate_securestring
authorJeff Garzik <jgarzik@exmulti.com>
Tue, 1 May 2012 17:05:00 +0000 (10:05 -0700)
committerJeff Garzik <jgarzik@exmulti.com>
Tue, 1 May 2012 17:05:00 +0000 (10:05 -0700)
remove duplicate definition of SecureString in util.h

src/serialize.h

index 12ea1ec..fe2aebe 100644 (file)
@@ -1083,8 +1083,6 @@ public:
     int nType;
     int nVersion;
 
-    typedef FILE element_type;
-
     CAutoFile(FILE* filenew, int nTypeIn, int nVersionIn)
     {
         file = filenew;