diff options
Diffstat (limited to 'library/safe.tcl')
-rw-r--r-- | library/safe.tcl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/library/safe.tcl b/library/safe.tcl index 1b84d61..44def92 100644 --- a/library/safe.tcl +++ b/library/safe.tcl @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: safe.tcl,v 1.3 1998/09/14 18:40:03 stanton Exp $ +# RCS: @(#) $Id: safe.tcl,v 1.4 1998/11/11 02:39:31 welch Exp $ # # The implementation is based on namespaces. These naming conventions @@ -32,12 +32,6 @@ namespace eval ::safe { interpAddToAccessPath interpFindInAccessPath \ setLogCmd ; -# Proto/dummy declarations for auto_mkIndex -proc ::safe::interpCreate {} {} -proc ::safe::interpInit {} {} -proc ::safe::interpConfigure {} {} - - #### # # Setup the arguments parsing |