Fixed: leftover override
This commit is contained in:
parent
485c703f20
commit
39617cbaf7
1 changed files with 0 additions and 4 deletions
|
@ -121,10 +121,6 @@ namespace arookas {
|
|||
set { mIndex = value; }
|
||||
}
|
||||
|
||||
public override bool HasCallSites {
|
||||
get { return mCallSites.Count > 0; }
|
||||
}
|
||||
|
||||
// symbol table
|
||||
public override sunSymbolType Type { get { return sunSymbolType.Builtin; } }
|
||||
public override uint Data { get { return (uint)Index; } }
|
||||
|
|
Loading…
Reference in a new issue