]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
filestore: drop unused parse_coll() declaration
authorSage Weil <sage@newdream.net>
Mon, 4 Oct 2010 15:59:22 +0000 (08:59 -0700)
committerSage Weil <sage@newdream.net>
Tue, 5 Oct 2010 16:57:18 +0000 (09:57 -0700)
Signed-off-by: Sage Weil <sage@newdream.net>
src/os/FileStore.h

index bb904edbbad5a3fa63ea28ab9d1a45de8ad7f2ed..72d7794b621ffef512ef0f669e6b4914016671a2 100644 (file)
@@ -69,7 +69,6 @@ class FileStore : public JournalingObjectStore {
   void get_cdir(coll_t cid, char *s, int len);
   void get_coname(coll_t cid, const sobject_t& oid, char *s, int len);
   bool parse_object(char *s, sobject_t& o);
-  bool parse_coll(char *s, coll_t& c);
   
   int lock_fsid();