From c5d565931c4823dc8f62fffcb65aecfec516f7b9 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Tue, 31 Jan 2006 19:25:18 +0100 Subject: Removing tests and results --- result/DocBook/informalexample.example.1.xml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 result/DocBook/informalexample.example.1.xml (limited to 'result/DocBook/informalexample.example.1.xml') diff --git a/result/DocBook/informalexample.example.1.xml b/result/DocBook/informalexample.example.1.xml deleted file mode 100644 index 8cdeaba..0000000 --- a/result/DocBook/informalexample.example.1.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - -sub print_content_model { - my($self) = shift; - local($_) = shift; - local(*FILE) = shift; - - my(@cm) = $self->format_content_model2($_); - foreach $_ (@cm) { - print FILE $self->make_links($_, 1, 1), "\n"; - } -} - -- cgit v1.2.3