]> git.etc.gen.nz Git - gnucash-tools.git/commitdiff
Blow away dead code.
authorAndrew Ruthven <andrew@etc.gen.nz>
Thu, 6 Oct 2011 21:15:59 +0000 (10:15 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Thu, 6 Oct 2011 21:15:59 +0000 (10:15 +1300)
parse.pl [deleted file]

diff --git a/parse.pl b/parse.pl
deleted file mode 100644 (file)
index 0f04462..0000000
--- a/parse.pl
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/perl -w
-
-use XML::Parser;
-
-my $in_file = "/home/a_and_s/Budget/A and S United";
-
-$parser = XML::LibXML->new();
-$doc = $parser->parse_file( $in_file );