]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tools/rados: remove useless function declaration 12566/head
authorliuchang0812 <liuchang0812@gmail.com>
Mon, 19 Dec 2016 14:04:30 +0000 (22:04 +0800)
committerliuchang0812 <liuchang0812@gmail.com>
Mon, 19 Dec 2016 14:04:30 +0000 (22:04 +0800)
Signed-off-by: liuchang0812 <liuchang0812@gmail.com>
src/tools/rados/rados.cc

index fe1212dba562f05bffc545ae948c9c8511315e9f..d82dfed6477eabb4593a6208d0c3a08e68ad025f 100644 (file)
@@ -52,9 +52,6 @@ using namespace libradosstriper;
 #include "PoolDump.h"
 #include "RadosImport.h"
 
-int rados_tool_sync(const std::map < std::string, std::string > &opts,
-                             std::vector<const char*> &args);
-
 using namespace librados;
 
 // two steps seem to be necessary to do this right