Skip to content

Commit

Permalink
[clang][NFC] Clean up commented-out code in StringLiteral
Browse files Browse the repository at this point in the history
Leftovers from 3e6ce58.
  • Loading branch information
Endilll committed Nov 6, 2023
1 parent 4704eaf commit fb9d124
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions clang/include/clang/AST/Expr.h
Original file line number Diff line number Diff line change
Expand Up @@ -1827,10 +1827,6 @@ class StringLiteral final
///
/// * An array of getByteLength() char used to store the string data.

public:
// enum StringKind { Ordinary, Wide, UTF8, UTF16, UTF32, Unevaluated };

private:
unsigned numTrailingObjects(OverloadToken<unsigned>) const { return 1; }
unsigned numTrailingObjects(OverloadToken<SourceLocation>) const {
return getNumConcatenated();
Expand Down

0 comments on commit fb9d124

Please sign in to comment.