]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_argparse: drop useless declaration from unit test
authorSage Weil <sage.weil@dreamhost.com>
Thu, 29 Mar 2012 05:47:21 +0000 (22:47 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Thu, 29 Mar 2012 05:47:21 +0000 (22:47 -0700)
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/test/ceph_argparse.cc

index c8e996765f07ed09bf1ce89b75e05691632f7f42..e4b5d6bfccdc977c39eb22a0910f3c6a87cae1da 100644 (file)
@@ -271,9 +271,6 @@ TEST(CephArgParse, WithDashesAndUnderscores) {
   ASSERT_EQ(found_baz, "");
 }
 
-extern bool ceph_argparse_withint(std::vector<const char*> &args,
-       std::vector<const char*>::iterator &i, int *ret,
-       std::ostringstream *oss, ...);
 
 TEST(CephArgParse, WithInt) {
   const char *BAZSTUFF1[] = { "./myprog", "--foo", "50", "--bar", "52", NULL };