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

Remove unused variable

git-svn-id: http://root.cern.ch/svn/root/trunk@13458 27541ba8-7e3a-0410-8455-c3a389f83636
parent c9bbee49
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,6 @@ int main( int argc, char **argv ) { ...@@ -117,7 +117,6 @@ int main( int argc, char **argv ) {
void MergeRootfile( TDirectory *target, TList *sourcelist, Int_t isdir ) { void MergeRootfile( TDirectory *target, TList *sourcelist, Int_t isdir ) {
TDirectory *dirsav = gDirectory;
cout << "Target path: " << target->GetPath() << endl; cout << "Target path: " << target->GetPath() << endl;
TString path( (char*)strstr( target->GetPath(), ":" ) ); TString path( (char*)strstr( target->GetPath(), ":" ) );
path.Remove( 0, 2 ); path.Remove( 0, 2 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment