summaryrefslogtreecommitdiff
path: root/introspect.awk
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-10-21 00:38:19 +0200
committerKay Sievers <kay@vrfy.org>2013-10-21 00:41:26 +0200
commitca2871d9b027018c108e0cf7bbc4e5a919e300c3 (patch)
treece34890664ad9cfabd30d4314c22935aa928515f /introspect.awk
parentaf8601fa8b035426bba7916ebe08e4568d2e2cbd (diff)
bus: remove static introspection file export
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>"
-}