From 8da07089dfee583d3039ce2d1154289923ef87b2 Mon Sep 17 00:00:00 2001 From: "Adam C. Emerson" Date: Tue, 26 Dec 2017 18:21:15 -0500 Subject: [PATCH] include: Remove fallback usings from encoding.h Signed-off-by: Adam C. Emerson --- src/include/encoding.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/include/encoding.h b/src/include/encoding.h index a68af42056c..8b9c3f40f92 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 -- 2.39.5