removed unused variable in TmpBlobStore

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8534 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
electron128 2015-06-19 14:43:04 +00:00
parent 7884925217
commit 1eec348734

View File

@ -46,7 +46,6 @@ private:
RsMutex mMtx;
uint32_t mLastBlobId;
Blob* mBlobs;
};