[Positioner] CSVStringReader: remove useless init

Remove useless initialisation in CSVStringReader::set_str().
This commit is contained in:
Matteo Cypriani 2013-07-25 18:31:30 -04:00
parent 1c34eaee1e
commit 4dffac8216
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ void CSVStringReader::set_str(const string &_str)
str = _str ;
delete current_token ;
current_token = NULL ;
// Split read string into fields (semicolon-separated)
current_token = new tokenizer<escaped_list_separator<char> >(