Skip to content

Commit

Permalink
cut legacy backcompat alias folly::io::COMPRESSION_LEVEL_FASTEST
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: D68527362

fbshipit-source-id: cb360b2b88156226d71a9b43cfaf16995bffcdb9
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Jan 23, 2025
1 parent c249a97 commit 5b6267b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion third-party/folly/src/folly/compression/Compression.h
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ namespace folly::io {
using folly::compression::Codec;
using folly::compression::CodecType;
using folly::compression::COMPRESSION_LEVEL_DEFAULT;
using folly::compression::COMPRESSION_LEVEL_FASTEST;
using folly::compression::getAutoUncompressionCodec;
using folly::compression::getCodec;
using folly::compression::getStreamCodec;
Expand Down

0 comments on commit 5b6267b

Please sign in to comment.