forked from qt-creator/qt-creator
Refactored CPlusPlus::Function.
This commit is contained in:
committed by
Oswald Buddenhagen
parent
5f44036424
commit
9aa991d636
@@ -161,14 +161,11 @@ private:
|
||||
enum { DefaultInitialSize = 11 };
|
||||
|
||||
ScopedSymbol *_owner;
|
||||
|
||||
Symbol **_symbols;
|
||||
Symbol **_hash;
|
||||
int _allocatedSymbols;
|
||||
int _symbolCount;
|
||||
|
||||
Symbol **_hash;
|
||||
int _hashSize;
|
||||
|
||||
unsigned _startOffset;
|
||||
unsigned _endOffset;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user