diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-08-27 17:03:27 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-08-27 17:03:27 +0100 |
| commit | b9e347ef5072ac3d1f8dcc1ba2d678109f9ff016 (patch) | |
| tree | 5890f5aba3eaced5c85d6ca7b95d69df163397b5 /src/docs.cpp | |
| parent | 6707c8750e951ed6533ab3d4240314cf0bba7147 (diff) | |
Replace `import_load` with `using import .`
Diffstat (limited to 'src/docs.cpp')
| -rw-r--r-- | src/docs.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/docs.cpp b/src/docs.cpp index 44c969181..8890d7ccc 100644 --- a/src/docs.cpp +++ b/src/docs.cpp @@ -96,7 +96,6 @@ void print_declaration(AstNode *decl) { AstNode *spec = gd->specs[spec_index]; switch(gd->token.kind) { case Token_import: - case Token_import_load: break; case Token_foreign_library: case Token_foreign_system_library: |