]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/config: drop unused function declaration
authorKefu Chai <kchai@redhat.com>
Wed, 29 Jul 2020 08:12:53 +0000 (16:12 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 1 Aug 2020 16:01:47 +0000 (00:01 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/config.h

index e07993701ef0fe7dba655831b4b119d11e77210c..06c4c0be5ec36fc47653193a35c52477ccb5f5d8 100644 (file)
@@ -317,10 +317,6 @@ public:  // for global_init
   bool finalize_reexpand_meta(ConfigValues& values,
                              const ConfigTracker& tracker);
 private:
-
-  /// expand all metavariables in config structure.
-  void expand_all_meta();
-
   // The configuration file we read, or NULL if we haven't read one.
   ConfFile cf;
 public: