cql3: fix bad bracing in maps.hh

Random open and close brace, luckily no harm done.
This commit is contained in:
Avi Kivity
2015-04-12 15:06:14 +03:00
parent 5f7f925ca0
commit de2bb71432

View File

@@ -352,7 +352,6 @@ public:
static void do_put(mutation& m, const exploded_clustering_prefix& prefix, const update_parameters& params,
shared_ptr<term> t, const column_definition& column, tombstone ts = {}) {
{
auto value = t->bind(params._options);
auto map_value = dynamic_pointer_cast<maps::value>(value);
if (column.type->is_multi_cell()) {
@@ -404,8 +403,6 @@ public:
#endif
};
};
}
#endif