forked from qt-creator/qt-creator
preprocessor: make PPToken inlineable.
Change-Id: Ie86b4ff4a6f1987a15fcc46e8de9db487af1729a Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -32,9 +32,6 @@ int ByteArrayRef::count(char ch) const
|
||||
return num;
|
||||
}
|
||||
|
||||
PPToken::PPToken()
|
||||
{}
|
||||
|
||||
void PPToken::squeeze()
|
||||
{
|
||||
if (isValid()) {
|
||||
|
||||
Reference in New Issue
Block a user