Commit 496b6dd5 authored by Nico Weber's avatar Nico Weber
Browse files

Delete comment reference to non-existent method

llvm-svn: 167692
parent 9493eb9b
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -555,11 +555,8 @@ public:
  void setPredefines(const char *P) { Predefines = P; }
  void setPredefines(const std::string &P) { Predefines = P; }

  /// getIdentifierInfo - Return information about the specified preprocessor
  /// identifier token.  The version of this method that takes two character
  /// pointers is preferred unless the identifier is already available as a
  /// string (this avoids allocation and copying of memory to construct an
  /// std::string).
  /// Return information about the specified preprocessor
  /// identifier token.
  IdentifierInfo *getIdentifierInfo(StringRef Name) const {
    return &Identifiers.get(Name);
  }