chiark / gitweb /
REORG Delete everything that's not innduct or build system or changed for innduct
[innduct.git] / samples / startup.tcl
diff --git a/samples/startup.tcl b/samples/startup.tcl
deleted file mode 100644 (file)
index e11eeaf..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-##  $Id: startup.tcl 4353 2001-01-15 13:32:40Z rra $
-##
-##  Tcl filter initialization code
-##
-##  If you compile with Tcl support enabled, this file (even if empty) must
-##  exist as pathfilter/_PATH_TCL_STARTUP (as defined in paths.h).  This
-##  sample file defines the two functions that are called before and after
-##  reloading the filter code, but defines them as empty procs that do
-##  nothing.
-
-proc filter_before_reload {} {
-}
-
-proc filter_after_reload {} {
-}