Show
Ignore:
Timestamp:
03/15/10 14:31:50 (2 years ago)
Author:
rakshasa
Message:

* Cleaned up torrent/download.h.

* Removed raw_value as it is redundant.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/libtorrent/src/torrent/object_stream.cc

    r1144 r1145  
    500500    break; 
    501501  } 
    502   case Object::TYPE_RAW_VALUE: 
    503   { 
    504     raw_value raw = object->as_raw_value(); 
    505     object_write_bencode_c_char(output, 'i'); 
    506     object_write_bencode_c_string(output, raw.begin(), raw.size()); 
    507     object_write_bencode_c_char(output, 'e'); 
    508     break; 
    509   } 
    510502  case Object::TYPE_RAW_STRING:  
    511503  {