diff options
author | Corey Farwell <coreyf@rwell.org> | 2015-07-09 07:09:52 +0900 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2015-07-09 07:25:14 +0900 |
commit | 1ce089abf47e9aa62e862c9e1d875727c4297c07 (patch) | |
tree | e37d94ca816b35e5015515b7efb86968a9270bba /components/script/dom/bindings/codegen/GlobalGen.py | |
parent | 805232a85e401f1a07635da894c8e7d05fed4ce9 (diff) | |
download | servo-1ce089abf47e9aa62e862c9e1d875727c4297c07.tar.gz servo-1ce089abf47e9aa62e862c9e1d875727c4297c07.zip |
Remove unused files in 'script/dom/bindings/'
As per this conversation:
https://github.com/servo/servo/pull/6580
Diffstat (limited to 'components/script/dom/bindings/codegen/GlobalGen.py')
-rw-r--r-- | components/script/dom/bindings/codegen/GlobalGen.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/bindings/codegen/GlobalGen.py b/components/script/dom/bindings/codegen/GlobalGen.py index cdca464e029..e596ea44f51 100644 --- a/components/script/dom/bindings/codegen/GlobalGen.py +++ b/components/script/dom/bindings/codegen/GlobalGen.py @@ -14,8 +14,6 @@ import WebIDL import cPickle from Configuration import * from CodegenRust import GlobalGenRoots, replaceFileIfChanged -# import Codegen in general, so we can set a variable on it -import Codegen def generate_file(config, name, filename): root = getattr(GlobalGenRoots, name)(config) |