removed Iter a, b;

[SVN r15715]
This commit is contained in:
Jeremy Siek
2002-10-04 16:15:47 +00:00
parent b072cbbb99
commit 5f4ba4d42c

View File

@@ -73,7 +73,6 @@ enforce the associated types of the concept.
n = i - j;
i[n];
}
Iter a, b;
Iter i, j;
typename std::iterator_traits<Iter>::difference_type n;
};