driconf: drop now unused translation facility
[mesa.git] / src / util / xmlpool / SConscript
diff --git a/src/util/xmlpool/SConscript b/src/util/xmlpool/SConscript
deleted file mode 100644 (file)
index 0a00cef..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Import('*')
-
-from sys import executable as python_cmd
-
-LOCALEDIR = env.Dir('.').srcnode().abspath
-
-xmlpool_options, = env.CodeGenerate(
-    target = 'options.h',
-    script = 'gen_xmlpool.py',
-    source = ['t_options.h'],
-    command = python_cmd + ' $SCRIPT --template $SOURCE --output $TARGET --localedir ' + LOCALEDIR
-)
-
-Export('xmlpool_options')