Skip to content

Commit

Permalink
cut legacy backcompat alias folly::io::COMPRESSION_LEVEL_DEFAULT
Browse files Browse the repository at this point in the history
Summary: All uses have been migrated so the unused alias may now be removed.

Reviewed By: skrueger

Differential Revision: D68529340

fbshipit-source-id: e69c9225399c6cbd6afee478951d14dade1f19df
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Jan 23, 2025
1 parent 290f3c2 commit 94815b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion folly/compression/Compression.h
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,6 @@ bool hasStreamCodec(CodecType type);
namespace folly::io {
using folly::compression::Codec;
using folly::compression::CodecType;
using folly::compression::COMPRESSION_LEVEL_DEFAULT;
using folly::compression::getAutoUncompressionCodec;
using folly::compression::getCodec;
using folly::compression::getStreamCodec;
Expand Down

0 comments on commit 94815b2

Please sign in to comment.