From: Li Wang Date: Tue, 13 Dec 2016 03:23:18 +0000 (+0000) Subject: rgw/rgw_rest_conn.h: remove unused declaration X-Git-Tag: v11.1.1~33^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=98e7a9b94b6511218cc1e7616d2a1e1bbbcb4a71;p=ceph.git rgw/rgw_rest_conn.h: remove unused declaration Signed-off-by: Li Wang --- diff --git a/src/rgw/rgw_rest_conn.h b/src/rgw/rgw_rest_conn.h index 5ca8b682c86..f312efdaf43 100644 --- a/src/rgw/rgw_rest_conn.h +++ b/src/rgw/rgw_rest_conn.h @@ -12,7 +12,6 @@ class CephContext; class RGWRados; -class RGWGetObjData; template static int parse_decode_json(CephContext *cct, T& t, bufferlist& bl)