Skip to content

Commit

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

Differential Revision: D68616598

fbshipit-source-id: d26e6869e5ec304ae53b8cfaabab8028ae05ab7a
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Feb 2, 2025
1 parent e661382 commit adba14d
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,5 +543,4 @@ bool hasStreamCodec(CodecType type);
namespace folly::io {
using folly::compression::Codec;
using folly::compression::CodecType;
using folly::compression::getCodec;
} // namespace folly::io

0 comments on commit adba14d

Please sign in to comment.