summaryrefslogtreecommitdiff
path: root/introspect.awk
diff options
context:
space:
mode:
Diffstat (limited to 'introspect.awk')
-rw-r--r--introspect.awk13
1 files changed, 0 insertions, 13 deletions
diff --git a/introspect.awk b/introspect.awk
deleted file mode 100644
index 593191384a..0000000000
--- a/introspect.awk
+++ /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>"
-}