From: Dan Gohman Date: Fri, 29 Oct 2010 16:03:34 +0000 (+0000) Subject: Delete this obsolete comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e82978109310114a0c423a6ece7e7708658941f1;p=oota-llvm.git Delete this obsolete comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117655 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/bugpoint/OptimizerDriver.cpp b/tools/bugpoint/OptimizerDriver.cpp index 25b172072e9..131bc997b16 100644 --- a/tools/bugpoint/OptimizerDriver.cpp +++ b/tools/bugpoint/OptimizerDriver.cpp @@ -15,10 +15,6 @@ // //===----------------------------------------------------------------------===// -// Note: as a short term hack, the old Unix-specific code and platform- -// independent code co-exist via conditional compilation until it is verified -// that the new code works correctly on Unix. - #include "BugDriver.h" #include "llvm/Module.h" #include "llvm/PassManager.h"