Remove some bogus exports.

This commit is contained in:
Michael Sullivan 2012-07-03 10:52:32 -07:00
parent 39492782fa
commit c854d6ebdb
2 changed files with 1 additions and 3 deletions

View File

@ -309,4 +309,4 @@ mod tests {
#debug("*** end test parameterized: reccy");
#debug("*** done");
}
}
}

View File

@ -16,8 +16,6 @@ import ast::*;
export file_type;
export parser;
export parse_expr;
export parse_pat;
export CRATE_FILE;
export SOURCE_FILE;