diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-12-12 12:25:40 -0800 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-12-12 15:02:47 -0800 |
| commit | e24ae85025e40aa17915f6c604d89aefbca274bd (patch) | |
| tree | e60ccfc313fc01636e698aca06f92d180bafbf9c /src/libsyntax/syntax.rc | |
| parent | 9cced55b93a14cdca9bb86ae99b22021fac8685f (diff) | |
| download | rust-e24ae85025e40aa17915f6c604d89aefbca274bd.tar.gz rust-e24ae85025e40aa17915f6c604d89aefbca274bd.zip | |
syntax: remove most code handling old-style syntax extensions.
Diffstat (limited to 'src/libsyntax/syntax.rc')
| -rw-r--r-- | src/libsyntax/syntax.rc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libsyntax/syntax.rc b/src/libsyntax/syntax.rc index c85b033be84..00c3804cce1 100644 --- a/src/libsyntax/syntax.rc +++ b/src/libsyntax/syntax.rc @@ -100,9 +100,6 @@ mod ext { #[legacy_exports] - #[path = "ext/simplext.rs"] - mod simplext; - #[legacy_exports] #[path = "ext/fmt.rs"] mod fmt; #[legacy_exports] |
