Fixed: leftover override

This commit is contained in:
arookas 2016-02-01 12:38:12 -05:00
parent 485c703f20
commit 39617cbaf7

View file

@ -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; } }