Remove unused Val::attribs member.

This commit is contained in:
Jon Siwek 2014-04-23 10:44:47 -05:00
parent b9e956176e
commit 782615e9dd
3 changed files with 1 additions and 21 deletions

View file

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