Variant: Dead code removal

This commit is contained in:
Paul Beckingham
2015-07-17 14:23:06 -04:00
parent 72b1d08a33
commit 87b1809ef4
2 changed files with 3 additions and 178 deletions

View File

@@ -40,8 +40,7 @@ public:
static bool searchUsingRegex;
static bool isoEnabled;
enum type {type_unknown, type_boolean, type_integer, type_real, type_string,
type_date, type_duration};
enum type {type_boolean, type_integer, type_real, type_string, type_date, type_duration};
Variant ();
Variant (const Variant&);