remove obsolete comments

This commit is contained in:
xvrl 2013-03-04 10:18:08 -08:00
parent aa3822454a
commit 4e765f6754
1 changed files with 0 additions and 11 deletions

View File

@ -1,16 +1,5 @@
grammar DruidSQL;
/*
@lexer::header {
package com.metamx.druid.sql.antlr;
}
*/
/*
TODO: handle both multiply / division, addition - subtraction
unary minus
*/
@header {
import com.metamx.druid.aggregation.post.*;
import com.metamx.druid.aggregation.*;