]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
include: Remove fallback usings from encoding.h 19648/head
authorAdam C. Emerson <aemerson@redhat.com>
Tue, 26 Dec 2017 23:21:15 +0000 (18:21 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Wed, 10 Jan 2018 19:03:35 +0000 (14:03 -0500)
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/include/encoding.h

index a68af42056c9449599c61a6ee7ec13dfaf795eda..8b9c3f40f92afca2166ce3ca715e2043e2497629 100644 (file)
@@ -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