Skip to content
Snippets Groups Projects
Commit e4dd4a79 authored by Rene Brun's avatar Rene Brun
Browse files

Remove unused statement in TSQLStructure::TryConvertObjectArray

git-svn-id: http://root.cern.ch/svn/root/trunk@13420 27541ba8-7e3a-0410-8455-c3a389f83636
parent 4087265f
No related branches found
No related tags found
No related merge requests found
// @(#)root/net:$Name: $:$Id: TSQLStructure.cxx,v 1.3 2005/11/24 16:57:23 pcanal Exp $
// @(#)root/net:$Name: $:$Id: TSQLStructure.cxx,v 1.4 2005/11/28 23:22:31 pcanal Exp $
// Author: Sergey Linev 20/11/2005
/*************************************************************************
......@@ -1318,7 +1318,7 @@ Bool_t TSQLStructure::TryConvertObjectArray(TSqlRegistry* reg, TObjArray* blobs)
const char* ns = reg->f->SQLNameSeparator();
while (indx<NumChilds()-1) {
TSQLStructure* s_ver = GetChild(indx++);
//TSQLStructure* s_ver = GetChild(indx++);
TSQLStructure* s_info = GetChild(indx++);
TStreamerInfo* info = s_info->GetStreamerInfo();
Int_t objid = reg->GetNextObjId();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment