chiark / gitweb /
bus: remove static introspection file export
[elogind.git] / introspect.awk
diff --git a/introspect.awk b/introspect.awk
deleted file mode 100644 (file)
index 5931913..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-BEGIN {
-       print "<!DOCTYPE node PUBLIC DBUS_INTROSPECT_1_0_XML_PUBLIC_IDENTIFIER"
-       print "DBUS_INTROSPECT_1_0_XML_SYSTEM_IDENTIFIER>"
-       print "<node>"
-}
-
-// {
-       print
-}
-
-END {
-       print "</node>"
-}