OSDN Git Service

remove cruft
authorChris Lattner <sabre@nondot.org>
Fri, 20 Apr 2007 04:45:58 +0000 (04:45 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Apr 2007 04:45:58 +0000 (04:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36268 91177308-0d34-0410-b5e6-96231b3b80d8

tools/opt/opt.cpp

index fab3ce2..d30d412 100644 (file)
@@ -27,7 +27,6 @@
 #include "llvm/Support/PluginLoader.h"
 #include "llvm/Support/Streams.h"
 #include "llvm/Support/SystemUtils.h"
-#include "llvm/Support/Timer.h"
 #include "llvm/LinkAllPasses.h"
 #include "llvm/LinkAllVMCore.h"
 #include <iostream>
@@ -95,8 +94,6 @@ QuietA("quiet", cl::desc("Alias for -q"), cl::aliasopt(Quiet));
 static cl::opt<bool>
 AnalyzeOnly("analyze", cl::desc("Only perform analysis, no optimization"));
 
-static Timer BytecodeLoadTimer("Bytecode Loader");
-
 // ---------- Define Printers for module and function passes ------------
 namespace {