Remove stale comment

This commit is contained in:
Andrew Noyes 2019-09-10 14:29:16 -07:00
parent 9d531db985
commit f983b3c786
1 changed files with 0 additions and 1 deletions

View File

@ -226,7 +226,6 @@ namespace actorcompiler
public List<string> attributes = new List<string>();
public string returnType;
public string name;
// "" if there is not enclosing class
public string enclosingClass = null;
public VarDeclaration[] parameters;
public VarDeclaration[] templateFormals; //< null if not a template