aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/cplusplus/Symbols.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@nokia.com>2010-07-19 10:42:07 +0200
committerErik Verbruggen <erik.verbruggen@nokia.com>2010-07-19 10:42:32 +0200
commit867bf3dae8939bc221f54309256248f6f6e739fd (patch)
tree701eb57d652f2ee18d908b0fc69a1f0fcfc93e34 /src/shared/cplusplus/Symbols.h
parent7de836bf851b144ead33a5aea685ed92b9e928ea (diff)
Fixes for scope range calculation.
Diffstat (limited to 'src/shared/cplusplus/Symbols.h')
-rw-r--r--src/shared/cplusplus/Symbols.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/shared/cplusplus/Symbols.h b/src/shared/cplusplus/Symbols.h
index 05a1241ec4..2a90fd0cc0 100644
--- a/src/shared/cplusplus/Symbols.h
+++ b/src/shared/cplusplus/Symbols.h
@@ -234,14 +234,6 @@ public:
virtual ScopedSymbol *asScopedSymbol()
{ return this; }
- /// Set the start offset of the scope for this symbol
- unsigned startOffset() const;
- void setStartOffset(unsigned offset);
-
- /// Set the end offset of the scope for this symbol
- unsigned endOffset() const;
- void setEndOffset(unsigned offset);
-
private:
Scope *_members;
};