From 1761e05c5b5b2d20c1e4be488e2f3ea5ee61fcf8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 6 May 2007 09:31:06 +0000 Subject: disable this for now llvm-svn: 36870 --- llvm/lib/Support/Compressor.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm/lib/Support') diff --git a/llvm/lib/Support/Compressor.cpp b/llvm/lib/Support/Compressor.cpp index 990a6b40f38..32602fa6637 100644 --- a/llvm/lib/Support/Compressor.cpp +++ b/llvm/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 -- cgit v1.2.3