Skip to content

Commit c44eeb0

Browse files
yfeldblumfacebook-github-bot
authored andcommitted
cut legacy backcompat alias folly::io::getAutoUncompressionCodec
Summary: All uses have been migrated so the unused alias may now be removed. Reviewed By: skrueger Differential Revision: D68544604 fbshipit-source-id: f2e08d87c01ead309ad0e64244deddb8ff7c9a58
1 parent 94b2eb9 commit c44eeb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

folly/compression/Compression.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,6 @@ bool hasStreamCodec(CodecType type);
543543
namespace folly::io {
544544
using folly::compression::Codec;
545545
using folly::compression::CodecType;
546-
using folly::compression::getAutoUncompressionCodec;
547546
using folly::compression::getCodec;
548547
using folly::compression::hasCodec;
549548
} // namespace folly::io

0 commit comments

Comments
 (0)