X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FSupport%2FSMLoc.h;h=1bf810b4aaf2f2e03ed30e4d28c7988b22592654;hb=cbeb8d9869aafec3c2c1ee0922f0a4d5bb4a916a;hp=7e0811a1afc7e43904375b26c61898c61300fc35;hpb=18e2f6e94cf9dc48bfc6dfa3848971aa88e334da;p=oota-llvm.git diff --git a/include/llvm/Support/SMLoc.h b/include/llvm/Support/SMLoc.h index 7e0811a1afc..1bf810b4aaf 100644 --- a/include/llvm/Support/SMLoc.h +++ b/include/llvm/Support/SMLoc.h @@ -24,7 +24,6 @@ class SMLoc { const char *Ptr; public: SMLoc() : Ptr(0) {} - SMLoc(const SMLoc &RHS) : Ptr(RHS.Ptr) {} bool isValid() const { return Ptr != 0; }