Skip to content

Commit

Permalink
glob: remove some leftover unused code in glob.tcl
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Bennett <steveb@workware.net.au>
  • Loading branch information
msteveb committed Dec 9, 2014
1 parent 120cda3 commit 6d723d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions glob.tcl
Expand Up @@ -35,7 +35,6 @@ proc glob.globdir {dir pattern} {
# alternatives inside the given pattern, prepending the unprocessed
# part of the pattern. Does _not_ handle escaped braces or commas.
proc glob.explode {pattern} {
set orig $pattern
set oldexp {}
set newexp {""}

Expand Down Expand Up @@ -122,7 +121,6 @@ proc glob {args} {
set nocomplain 0
set base ""
set tails 0
set complain ""

set n 0
foreach arg $args {
Expand Down

0 comments on commit 6d723d8

Please sign in to comment.