From: Adam C. Emerson Date: Tue, 26 Dec 2017 23:21:15 +0000 (-0500) Subject: include: Remove fallback usings from encoding.h X-Git-Tag: v13.0.2~540^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F19648%2Fhead;p=ceph.git include: Remove fallback usings from encoding.h Signed-off-by: Adam C. Emerson --- diff --git a/src/include/encoding.h b/src/include/encoding.h index a68af42056c9..8b9c3f40f92a 100644 --- a/src/include/encoding.h +++ b/src/include/encoding.h @@ -1339,9 +1339,4 @@ inline ssize_t decode_file(int fd, bufferptr &bp) } } -using ceph::encode; -using ceph::decode; -using ceph::encode_nohead; -using ceph::decode_nohead; - #endif