]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
osd: Remove unused '_lsb_release_' declarations
authorBrad Hubbard <bhubbard@redhat.com>
Fri, 7 Oct 2016 03:19:42 +0000 (13:19 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Fri, 7 Oct 2016 03:38:40 +0000 (13:38 +1000)
_lsb_release_set and _lsb_release_parse declarations still exist despite their
definitions being removed some time ago.

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
src/osd/OSD.h

index dc6e84da6cd8de2b77d4d7c54a76cbd9d7a8a9b1..3bccd495d27daf902fc8a93773e936c221618d5a 100644 (file)
@@ -2133,8 +2133,6 @@ protected:
   void _preboot(epoch_t oldest, epoch_t newest);
   void _send_boot();
   void _collect_metadata(map<string,string> *pmeta);
-  bool _lsb_release_set(char *buf, const char *str, map<string,string> *pm, const char *key);
-  void _lsb_release_parse (map<string,string> *pm);
 
   void start_waiting_for_healthy();
   bool _is_healthy();