aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/GlobalGen.py
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2015-07-09 07:09:52 +0900
committerCorey Farwell <coreyf@rwell.org>2015-07-09 07:25:14 +0900
commit1ce089abf47e9aa62e862c9e1d875727c4297c07 (patch)
treee37d94ca816b35e5015515b7efb86968a9270bba /components/script/dom/bindings/codegen/GlobalGen.py
parent805232a85e401f1a07635da894c8e7d05fed4ce9 (diff)
downloadservo-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.py2
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)