Skip to content

Commit

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

Differential Revision: D58821494

fbshipit-source-id: 010ed2f9ce16d8a528a11293e4843726705381aa
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Jan 21, 2025
1 parent 859ce5a commit 95c9b2b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions folly/compression/Zlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,3 @@ std::unique_ptr<StreamCodec> getStreamCodec(
} // namespace folly

#endif // FOLLY_HAVE_LIBZ

namespace folly::io::zlib {
using folly::compression::zlib::defaultGzipOptions;
using folly::compression::zlib::defaultZlibOptions;
using folly::compression::zlib::getCodec;
using folly::compression::zlib::getStreamCodec;
using folly::compression::zlib::Options;
} // namespace folly::io::zlib

0 comments on commit 95c9b2b

Please sign in to comment.