Browse Source

Remove declaration of function deleted in #4150. (#4151)

Richard Smith 1 year ago
parent
commit
4a8a7bf6aa
1 changed files with 0 additions and 2 deletions
  1. 0 2
      toolchain/lex/numeric_literal.cpp

+ 0 - 2
toolchain/lex/numeric_literal.cpp

@@ -138,8 +138,6 @@ class NumericLiteral::Parser {
   auto CheckDigitSequence(llvm::StringRef text, Radix radix,
                           bool allow_digit_separators = true)
       -> CheckDigitSequenceResult;
-  auto CheckDigitSeparatorPlacement(llvm::StringRef text, Radix radix,
-                                    int num_digit_separators) -> void;
   auto CheckLeadingZero() -> bool;
   auto CheckIntPart() -> bool;
   auto CheckFractionalPart() -> bool;