summaryrefslogtreecommitdiff
path: root/ndb/test
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2005-02-22 11:09:04 +0100
committerunknown <joreland@mysql.com>2005-02-22 11:09:04 +0100
commit78757c18b3159079647383a5e129d9f5389eba39 (patch)
tree10c3cd2c5ab31228c612d470e51d4111c4aaf7be /ndb/test
parenta277a9eca673529d233fd7fcc032ef8a601dd552 (diff)
downloadmariadb-git-78757c18b3159079647383a5e129d9f5389eba39.tar.gz
ndb - testBitfield
remove unused method that gave compile error -pedantic ndb/test/ndbapi/testBitfield.cpp: remove unused method that gave compile error -pedantic
Diffstat (limited to 'ndb/test')
-rw-r--r--ndb/test/ndbapi/testBitfield.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/ndb/test/ndbapi/testBitfield.cpp b/ndb/test/ndbapi/testBitfield.cpp
index 97cf9478941..e26f495f5a4 100644
--- a/ndb/test/ndbapi/testBitfield.cpp
+++ b/ndb/test/ndbapi/testBitfield.cpp
@@ -12,13 +12,15 @@ static void usage()
{
ndb_std_print_version();
}
+#if 0
static my_bool
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
- char *argument)
+ const char *argument)
{
return ndb_std_get_one_option(optid, opt, argument ? argument :
"d:t:O,/tmp/testBitfield.trace");
}
+#endif
static const NdbDictionary::Table* create_random_table(Ndb*);
static int transactions(Ndb*, const NdbDictionary::Table* tab);