mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
d: remove useless imports
* examples/d/calc.y, tests/calc.at: here.
This commit is contained in:
@@ -336,8 +336,6 @@ AT_DATA_GRAMMAR([calc.y],
|
||||
]AT_CXX_IF([%define global_tokens_and_yystype])[
|
||||
]AT_D_IF([[
|
||||
%code imports {
|
||||
import std.ascii;
|
||||
import std.stdio;
|
||||
alias semantic_value = int;
|
||||
}
|
||||
]], [[
|
||||
|
||||
Reference in New Issue
Block a user