From d6d5da1bc1ad47d3bf7710666d25b8395b980a43 Mon Sep 17 00:00:00 2001 From: Michal Jarzabek Date: Sun, 5 Jun 2016 22:15:48 +0100 Subject: [PATCH] common/ceph_json.h: remove duplicate declaration Signed-off-by: Michal Jarzabek --- src/common/ceph_json.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/ceph_json.h b/src/common/ceph_json.h index a812d7af1a267..e18752ac411d0 100644 --- a/src/common/ceph_json.h +++ b/src/common/ceph_json.h @@ -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 -- 2.39.5