syntax: Remove cdir_syntax. Unused

This commit is contained in:
Brian Anderson 2012-11-09 12:25:24 -08:00
parent 68c73dc5f2
commit ddbff6fd2a
4 changed files with 0 additions and 5 deletions

View file

@ -276,8 +276,6 @@ enum crate_directive_ {
// exists only to preserve the view items in order in case we decide to
// pretty-print crates in the future.
cdir_view_item(@view_item),
cdir_syntax(@path),
}
type crate_directive = spanned<crate_directive_>;