]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common/ceph_json.h: remove duplicate declaration 9503/head
authorMichal Jarzabek <stiopa@gmail.com>
Sun, 5 Jun 2016 21:15:48 +0000 (22:15 +0100)
committerMichal Jarzabek <stiopa@gmail.com>
Sun, 5 Jun 2016 21:15:48 +0000 (22:15 +0100)
Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
src/common/ceph_json.h

index a812d7af1a267d25d49af92386144cab00357f54..e18752ac411d049d60faf9702ad5795690296e8d 100644 (file)
@@ -344,7 +344,6 @@ void encode_json(const char *name, unsigned long val, ceph::Formatter *f);
 void encode_json(const char *name, long long val, ceph::Formatter *f);
 void encode_json(const char *name, const utime_t& val, ceph::Formatter *f);
 void encode_json(const char *name, const bufferlist& bl, ceph::Formatter *f);
-void encode_json(const char *name, long long val, ceph::Formatter *f);
 void encode_json(const char *name, long long unsigned val, ceph::Formatter *f);
 
 template<class T>