Commit 78757c18 authored by unknown's avatar unknown

ndb - testBitfield

remove unused method that gave compile error -pedantic


ndb/test/ndbapi/testBitfield.cpp:
  remove unused method that gave compile error -pedantic
parent a277a9ec
...@@ -12,13 +12,15 @@ static void usage() ...@@ -12,13 +12,15 @@ static void usage()
{ {
ndb_std_print_version(); ndb_std_print_version();
} }
#if 0
static my_bool static my_bool
get_one_option(int optid, const struct my_option *opt __attribute__((unused)), 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 : return ndb_std_get_one_option(optid, opt, argument ? argument :
"d:t:O,/tmp/testBitfield.trace"); "d:t:O,/tmp/testBitfield.trace");
} }
#endif
static const NdbDictionary::Table* create_random_table(Ndb*); static const NdbDictionary::Table* create_random_table(Ndb*);
static int transactions(Ndb*, const NdbDictionary::Table* tab); static int transactions(Ndb*, const NdbDictionary::Table* tab);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment