From b8d46972880b71e795f7f068f49e247f184273c6 Mon Sep 17 00:00:00 2001 From: "tomas@poseidon.ndb.mysql.com" <> Date: Mon, 21 Feb 2005 19:50:13 +0100 Subject: [PATCH] removed double declaration of opt_connect_str --- ndb/test/ndbapi/testBitfield.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ndb/test/ndbapi/testBitfield.cpp b/ndb/test/ndbapi/testBitfield.cpp index 3c8f7d8de4b..fd76f02e5bf 100644 --- a/ndb/test/ndbapi/testBitfield.cpp +++ b/ndb/test/ndbapi/testBitfield.cpp @@ -5,7 +5,6 @@ #include #include -static const char* opt_connect_str= 0; static const char* _dbname = "TEST_DB"; static int g_loops = 7;