From de2bb71432c46eaa1b9029aaa604d79379d3c2f3 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Sun, 12 Apr 2015 15:06:14 +0300 Subject: [PATCH] cql3: fix bad bracing in maps.hh Random open and close brace, luckily no harm done. --- cql3/maps.hh | 3 --- 1 file changed, 3 deletions(-) diff --git a/cql3/maps.hh b/cql3/maps.hh index ec307ce94c..ea453f2930 100644 --- a/cql3/maps.hh +++ b/cql3/maps.hh @@ -352,7 +352,6 @@ public: static void do_put(mutation& m, const exploded_clustering_prefix& prefix, const update_parameters& params, shared_ptr t, const column_definition& column, tombstone ts = {}) { - { auto value = t->bind(params._options); auto map_value = dynamic_pointer_cast(value); if (column.type->is_multi_cell()) { @@ -404,8 +403,6 @@ public: #endif }; -}; - } #endif