Skip to content

Commit

Permalink
cut legacy namespace folly::io::zstd
Browse files Browse the repository at this point in the history
Reviewed By: skrueger

Differential Revision: D58869453

fbshipit-source-id: d0e8f8cfb1110f4c46b6c7cc47f42d46a63e72cb
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Jan 22, 2025
1 parent 4903369 commit df939f7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions third-party/folly/src/folly/compression/Zstd.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,4 @@ std::unique_ptr<StreamCodec> getStreamCodec(Options options);
} // namespace compression
} // namespace folly

namespace folly::io::zstd {
using folly::compression::zstd::getCodec;
using folly::compression::zstd::getStreamCodec;
using folly::compression::zstd::Options;
} // namespace folly::io::zstd

#endif

0 comments on commit df939f7

Please sign in to comment.