Skip to content

Commit

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

Differential Revision: D68616601

fbshipit-source-id: c31e03245c0c9d5d0cf7bca78d331019a3709efa
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Jan 24, 2025
1 parent cbb9899 commit bab14f1
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,5 +544,4 @@ namespace folly::io {
using folly::compression::Codec;
using folly::compression::CodecType;
using folly::compression::getCodec;
using folly::compression::hasCodec;
} // namespace folly::io

0 comments on commit bab14f1

Please sign in to comment.