From 4cc301f41599631cd927f140bf32473b17295cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Lindstr=C3=B6m?= Date: Mon, 5 Aug 2013 07:32:47 +0300 Subject: [PATCH] Fixed error on product build. --- .../table_replication_consistency.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/table_replication_consistency/table_replication_consistency.cpp b/table_replication_consistency/table_replication_consistency.cpp index baa1a4833..068c8896f 100644 --- a/table_replication_consistency/table_replication_consistency.cpp +++ b/table_replication_consistency/table_replication_consistency.cpp @@ -55,10 +55,9 @@ bool tbr_debug = true; bool tbr_trace = true; #else bool tbr_trace = false; -#endif -bool tbr_trace = false; bool tbr_debug = false; #endif +#endif /* Namespaces */