Fixed unused variables that show up as warnings when doing regression

tests.


[SVN r11241]
This commit is contained in:
Darin Adler
2001-09-24 23:21:16 +00:00
parent a1add0a6f6
commit 7914f5b931
3 changed files with 38 additions and 10 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ main(int, char*[])
{
{
typedef std::set<int> SetT;
SetT::iterator i, end;
SetT::iterator i;
bool inserted;
int vals[5] = { 5, 2, 4, 9, 1 };