Removed unused symbol.
This commit is contained in:
parent
acb75cec11
commit
f4a360b67b
|
|
@ -1181,9 +1181,6 @@ var AST_SymbolImport = DEFNODE("SymbolImport", null, {
|
|||
var AST_SymbolImportForeign = DEFNODE("SymbolImportForeign", null, {
|
||||
$documentation: "A symbol imported from a module, but it is defined in the other module, and its real name is irrelevant for this module's purposes",
|
||||
}, AST_Symbol);
|
||||
var AST_SymbolImportAsterisk = DEFNODE("SymbolImportAsterisk", null, {
|
||||
$documentation: "All symbols imported / exported from a module",
|
||||
}, AST_Symbol);
|
||||
|
||||
var AST_Label = DEFNODE("Label", "references", {
|
||||
$documentation: "Symbol naming a label (declaration)",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user