disable this for now
authorChris Lattner <sabre@nondot.org>
Sun, 6 May 2007 09:31:06 +0000 (09:31 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 May 2007 09:31:06 +0000 (09:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36870 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Compressor.cpp

index 990a6b40f38a14b2f35cc1052f1cac8d22aa8374..32602fa6637017a3aae39f27047b2d168faecd57 100644 (file)
@@ -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