diff options
author | Kay Sievers <kay@vrfy.org> | 2013-10-21 00:38:19 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-10-21 00:41:26 +0200 |
commit | ca2871d9b027018c108e0cf7bbc4e5a919e300c3 (patch) | |
tree | ce34890664ad9cfabd30d4314c22935aa928515f /introspect.awk | |
parent | af8601fa8b035426bba7916ebe08e4568d2e2cbd (diff) |
bus: remove static introspection file export
Diffstat (limited to 'introspect.awk')
-rw-r--r-- | introspect.awk | 13 |
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>" -} |