summaryrefslogtreecommitdiff
path: root/swat2/scripting/test.esp
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-12 12:49:19 +0200
committerStefan Metzmacher <metze@samba.org>2010-04-12 12:49:19 +0200
commit143d3f1d90b1d8e35f03e03aa7d39c4090fe0296 (patch)
tree56b438c6ade0dd323e6a882a9071cfe5f069a86a /swat2/scripting/test.esp
parent6ccf2321cef9203bb80cb091700ea798095d094b (diff)
downloadsamba-143d3f1d90b1d8e35f03e03aa7d39c4090fe0296.tar.gz
samba-143d3f1d90b1d8e35f03e03aa7d39c4090fe0296.tar.bz2
samba-143d3f1d90b1d8e35f03e03aa7d39c4090fe0296.zip
Remove unused swat2 code
metze
Diffstat (limited to 'swat2/scripting/test.esp')
-rw-r--r--swat2/scripting/test.esp6
1 files changed, 0 insertions, 6 deletions
diff --git a/swat2/scripting/test.esp b/swat2/scripting/test.esp
deleted file mode 100644
index 614a42410c..0000000000
--- a/swat2/scripting/test.esp
+++ /dev/null
@@ -1,6 +0,0 @@
-<h3>A esp include file</h3>
-<%
- function testfn(test) {
- return "the argument was " + test;
- }
-%>