diff options
author | Chris Lattner <sabre@nondot.org> | 2002-06-30 16:25:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-06-30 16:25:21 +0000 |
commit | f739969911f57ab20a2e0c34081dfd3b6ea845aa (patch) | |
tree | 7ba2f588673ad556a3895c9c23410dc6e6e75c7d /tools/llvm-as/llvm-as.cpp | |
parent | c5fbf71d766b1b79931a0bb6a8d58c4fc8a9e259 (diff) |
Clean up anands patch
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2812 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-as/llvm-as.cpp')
-rw-r--r-- | tools/llvm-as/llvm-as.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llvm-as/llvm-as.cpp b/tools/llvm-as/llvm-as.cpp index 4ee329661f..a956203e64 100644 --- a/tools/llvm-as/llvm-as.cpp +++ b/tools/llvm-as/llvm-as.cpp @@ -16,7 +16,6 @@ #include "Support/Signals.h" #include <fstream> #include <memory> -#include <iostream> using std::cerr; cl::String InputFilename ("", "Parse <arg> file, compile to bytecode", 0, "-"); |