X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FOption%2FArg.h;h=e1b72b6267cf195d2f12d78b3774ab3fad4ffa0b;hb=5862853db7ee22e6244f1736963c98fba47bd0dc;hp=f56ef080dcfb9ec831cdde25a7d48ceeb407a353;hpb=e116b5537d8d2f4c25fc6e45b3d9f7af920e662e;p=oota-llvm.git diff --git a/include/llvm/Option/Arg.h b/include/llvm/Option/Arg.h index f56ef080dcf..e1b72b6267c 100644 --- a/include/llvm/Option/Arg.h +++ b/include/llvm/Option/Arg.h @@ -18,7 +18,6 @@ #include "llvm/ADT/SmallVector.h" #include "llvm/ADT/StringRef.h" #include "llvm/Option/Option.h" -#include "llvm/Support/raw_ostream.h" #include namespace llvm { @@ -114,8 +113,6 @@ public: /// when rendered as a input (e.g., Xlinker). void renderAsInput(const ArgList &Args, ArgStringList &Output) const; - void print(raw_ostream &OS) const; - void dump() const; /// \brief Return a formatted version of the argument and