aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Compressor.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-06 09:31:06 +0000
committerChris Lattner <sabre@nondot.org>2007-05-06 09:31:06 +0000
commitdfa8d8c6eebe200653a9585ec99b7e011754c9da (patch)
tree3943909eed986c120263da2637aad6d93ca46a82 /lib/Support/Compressor.cpp
parentbeb4cb696d37f7c6114eaf2631a476c9abd2e5f4 (diff)
disable this for now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36870 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Compressor.cpp')
-rw-r--r--lib/Support/Compressor.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Support/Compressor.cpp b/lib/Support/Compressor.cpp
index 990a6b40f3..32602fa663 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