Skip to content

Commit

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

fbshipit-source-id: 6d740519ab3b010cda532abe0c8a995acdf8bd82
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Jan 23, 2025
1 parent a520b1f commit a5b72ad
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 @@ -543,7 +543,6 @@ bool hasStreamCodec(CodecType type);
namespace folly::io {
using folly::compression::Codec;
using folly::compression::CodecType;
using folly::compression::COMPRESSION_LEVEL_BEST;
using folly::compression::COMPRESSION_LEVEL_DEFAULT;
using folly::compression::COMPRESSION_LEVEL_FASTEST;
using folly::compression::getAutoUncompressionCodec;
Expand Down

0 comments on commit a5b72ad

Please sign in to comment.