Skip to content

Commit fb9d124

Browse files
committed
[clang][NFC] Clean up commented-out code in StringLiteral
Leftovers from 3e6ce58.
1 parent 4704eaf commit fb9d124

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/include/clang/AST/Expr.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1827,10 +1827,6 @@ class StringLiteral final
18271827
///
18281828
/// * An array of getByteLength() char used to store the string data.
18291829

1830-
public:
1831-
// enum StringKind { Ordinary, Wide, UTF8, UTF16, UTF32, Unevaluated };
1832-
1833-
private:
18341830
unsigned numTrailingObjects(OverloadToken<unsigned>) const { return 1; }
18351831
unsigned numTrailingObjects(OverloadToken<SourceLocation>) const {
18361832
return getNumConcatenated();

0 commit comments

Comments
 (0)