Remove dead code related to record type inheritance.

This commit is contained in:
Jon Siwek 2011-12-19 15:06:52 -06:00
parent 43124d4b1c
commit 436be4e07b
4 changed files with 14 additions and 178 deletions

View file

@ -121,7 +121,7 @@ protected:
// This will be increased whenever there is an incompatible change
// in the data format.
static const uint32 DATA_FORMAT_VERSION = 20;
static const uint32 DATA_FORMAT_VERSION = 21;
ChunkedIO* io;