Skip to content

Commit e7171ac

Browse files
Update tokenize.h
1 parent 7976e2e commit e7171ac

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/tokenize.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,9 +388,6 @@ class CPPCHECKLIB Tokenizer {
388388
/** Report that there is an unhandled "class x y {" code */
389389
void unhandled_macro_class_x_y(const Token *tok, const std::string& type, const std::string& x, const std::string& y, const std::string& bracket) const;
390390

391-
/** Check configuration (unknown macros etc) */
392-
void checkConfiguration() const;
393-
394391
void invalidConstFunctionTypeError(const Token *tok) const;
395392

396393
/**

0 commit comments

Comments
 (0)