mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 08:27:46 +00:00
Removed unneeded string
This commit is contained in:
parent
fc60c7cec9
commit
676de51fb3
1 changed files with 0 additions and 1 deletions
|
@ -280,7 +280,6 @@ std::vector< char > Core::Db::ResultSet::getBlobVector( uint32_t columnIndex ) c
|
|||
|
||||
boost::scoped_ptr< std::istream > inStr( getBlob( columnIndex ) );
|
||||
char buff[4196];
|
||||
std::string s;
|
||||
std::vector< char > data;
|
||||
inStr->read( buff, sizeof( buff ) );
|
||||
if( inStr->gcount() )
|
||||
|
|
Loading…
Add table
Reference in a new issue