From dfa8d8c6eebe200653a9585ec99b7e011754c9da Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 6 May 2007 09:31:06 +0000 Subject: [PATCH] disable this for now git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36870 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Compressor.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Support/Compressor.cpp b/lib/Support/Compressor.cpp index 990a6b40f38..32602fa6637 100644 --- a/lib/Support/Compressor.cpp +++ b/lib/Support/Compressor.cpp @@ -12,6 +12,7 @@ // //===----------------------------------------------------------------------===// +#if 0 #include "llvm/Config/config.h" #include "llvm/Support/Compressor.h" #include "llvm/ADT/StringExtras.h" @@ -556,3 +557,5 @@ Compressor::decompressToStream(const char*in, size_t size, std::ostream& out, } return zipSize; } + +#endif -- 2.34.1