Remove useless import

This commit is contained in:
Hackerpilot 2015-04-13 16:37:37 -07:00
parent 25b856f607
commit 2633834e64
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ import std.d.ast;
import std.d.lexer;
import analysis.base;
import std.stdio;
/**
* Check for uses of the comma expression.
*/