From: Brad Hubbard Date: Fri, 7 Oct 2016 03:19:42 +0000 (+1000) Subject: osd: Remove unused '_lsb_release_' declarations X-Git-Tag: v11.1.0~703^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f17c0ba9a926f4fdf51a2abd1e6ab36411f97dfd;p=ceph-ci.git osd: Remove unused '_lsb_release_' declarations _lsb_release_set and _lsb_release_parse declarations still exist despite their definitions being removed some time ago. Signed-off-by: Brad Hubbard --- diff --git a/src/osd/OSD.h b/src/osd/OSD.h index dc6e84da6cd..3bccd495d27 100644 --- a/src/osd/OSD.h +++ b/src/osd/OSD.h @@ -2133,8 +2133,6 @@ protected: void _preboot(epoch_t oldest, epoch_t newest); void _send_boot(); void _collect_metadata(map *pmeta); - bool _lsb_release_set(char *buf, const char *str, map *pm, const char *key); - void _lsb_release_parse (map *pm); void start_waiting_for_healthy(); bool _is_healthy();