diff options
author | welch <welch> | 1998-11-11 02:39:29 (GMT) |
---|---|---|
committer | welch <welch> | 1998-11-11 02:39:29 (GMT) |
commit | f19fadb5f02ad1e17d94930901a7c55de98c2e1f (patch) | |
tree | 36d2afa8e07346b4567a7c5b583147d2742c723e /library/safe.tcl | |
parent | 1cc0d594c3e31cfb905ae0ccf1c05d262ea6e6cc (diff) | |
download | tcl-f19fadb5f02ad1e17d94930901a7c55de98c2e1f.zip tcl-f19fadb5f02ad1e17d94930901a7c55de98c2e1f.tar.gz tcl-f19fadb5f02ad1e17d94930901a7c55de98c2e1f.tar.bz2 |
Removed lint (thanks, procheck!)
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 |