Removed unused WriteSymbol overload.

This commit is contained in:
arookas 2016-02-07 18:54:39 -05:00
parent 99ef85deb3
commit aba59feba4

View file

@ -89,12 +89,6 @@ namespace arookas {
public virtual void BeginSymbol() {
// stub
}
internal void WriteSymbol(sunSymbol symbol) {
if (symbol == null) {
throw new ArgumentNullException("symbol");
}
WriteSymbol(symbol.Type, symbol.Name, symbol.Data);
}
public abstract void WriteSymbol(sunSymbolType type, string name, uint data);
public virtual void EndSymbol() {
// stub