Removed unused WriteSymbol overload.
This commit is contained in:
parent
99ef85deb3
commit
aba59feba4
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue