Remove backends.

R=zundel@google.com,brianwilkerson@google.com
BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com//9479013

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@4771 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
scheglov@google.com
2012-02-29 23:50:01 +00:00
parent e2e9ca6c7c
commit c81fcbafde
156 changed files with 64 additions and 20548 deletions
@@ -8,5 +8,5 @@ package com.google.dart.compiler;
* Subsystem of compiler.
*/
public enum SubSystem {
COMPILER, PARSER, STATIC_TYPE, RESOLVER, NORMALIZE, CODE_GEN, JS_BACKEND, CLOSURE_BACKEND
COMPILER, PARSER, STATIC_TYPE, RESOLVER
}