From: Sage Weil Date: Thu, 29 Mar 2012 05:47:21 +0000 (-0700) Subject: ceph_argparse: drop useless declaration from unit test X-Git-Tag: v0.46~124^2~3^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b3069e50470294de5d65e407cfa19de774f3d1a8;p=ceph.git ceph_argparse: drop useless declaration from unit test Signed-off-by: Sage Weil --- diff --git a/src/test/ceph_argparse.cc b/src/test/ceph_argparse.cc index c8e996765f07..e4b5d6bfccdc 100644 --- a/src/test/ceph_argparse.cc +++ b/src/test/ceph_argparse.cc @@ -271,9 +271,6 @@ TEST(CephArgParse, WithDashesAndUnderscores) { ASSERT_EQ(found_baz, ""); } -extern bool ceph_argparse_withint(std::vector &args, - std::vector::iterator &i, int *ret, - std::ostringstream *oss, ...); TEST(CephArgParse, WithInt) { const char *BAZSTUFF1[] = { "./myprog", "--foo", "50", "--bar", "52", NULL };