]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/interface/toglie_helm_xref.pl
This commit was manufactured by cvs2svn to create branch 'init'.
[helm.git] / helm / interface / toglie_helm_xref.pl
diff --git a/helm/interface/toglie_helm_xref.pl b/helm/interface/toglie_helm_xref.pl
deleted file mode 100755 (executable)
index 13c9739..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/perl
-
-while(<STDIN>)
-{
-  s/helm:xref="[^"]*"//g;
-  s/helm:xref='[^']*'//g;
-  print;
-}