Removed multi-unget call in cod.cc -- only one unget() is guaranteed in C++
commit07450de4f5a3b04ab7e857ed88056f22dd436d7e
authorChris Frey <cdfrey@foursquare.net>
Fri, 20 Feb 2009 03:56:45 +0000 (19 22:56 -0500)
committerChris Frey <cdfrey@foursquare.net>
Fri, 20 Feb 2009 03:56:45 +0000 (19 22:56 -0500)
tree99ec6d064c5064799726561c71988ffef382fb24
parent9b63a99867b3314b8d42212cac05a6f28860d37b
Removed multi-unget call in cod.cc -- only one unget() is guaranteed in C++

It appears that the unget is unnecessary, since the following code
seeks to end and back to beginning anyway.
src/cod.cc