remove unused variables

This commit is contained in:
David Rose 2005-05-17 23:18:41 +00:00
parent 8d40ac2b8f
commit c2a9e4df84

View File

@ -170,9 +170,6 @@ parse_code(const string &word, int &code) {
////////////////////////////////////////////////////////////////////
bool RangeDescription::
parse_bracket(const string &str) {
int last = 0;
bool continue_hyphen = false;
string::const_iterator si;
si = str.begin();
while (si != str.end()) {