Remove stale comment
This commit is contained in:
parent
9d531db985
commit
f983b3c786
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue