Instruction

- Removed unneeded constructor
This commit is contained in:
Tristan B. Velloza Kildaire 2023-02-01 17:34:55 +02:00
parent 9b07884012
commit ba3f6eee7b
1 changed files with 0 additions and 5 deletions

View File

@ -15,11 +15,6 @@ public class Instruction
protected string addInfo;
this()
{
// this.instructionName = instructionName;
}
public override string toString()
{
return "[Instruction: "~this.classinfo.name~":"~addInfo~"]";