Skip to content

Commit

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

fbshipit-source-id: 8350349cecc077dbb84673dc5e1e6c0cc258cf33
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Feb 28, 2025
1 parent 9e344c2 commit c5f5f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folly/compression/Compression.h
Original file line number Diff line number Diff line change
Expand Up @@ -541,5 +541,5 @@ bool hasStreamCodec(CodecType type);
} // namespace folly

namespace folly::io {
using folly::compression::CodecType;
// empty
} // namespace folly::io

0 comments on commit c5f5f7e

Please sign in to comment.