Skip to content

Commit

Permalink
Removing unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tybor committed May 1, 2010
1 parent 5413382 commit 61f51c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/string/string.e
Expand Up @@ -264,7 +264,6 @@ feature {ANY} -- Modification:
meaningful_interval: start_index <= end_index + 1
local
remove_len, insert_len, difference, old_count: INTEGER
i: INTEGER; iter: ITERATOR[CHARACTER]
do
old_count := count
remove_len := end_index - start_index + 1
Expand Down

0 comments on commit 61f51c3

Please sign in to comment.