Skip to content
Snippets Groups Projects
Commit efc23fe5 authored by Axel Naumann's avatar Axel Naumann
Browse files

Unused var

git-svn-id: http://root.cern.ch/svn/root/trunk@47468 27541ba8-7e3a-0410-8455-c3a389f83636
parent 0f47ff2c
No related branches found
No related tags found
No related merge requests found
...@@ -2707,7 +2707,6 @@ Bool_t RooWorkspace::isValidCPPID(const char* name) ...@@ -2707,7 +2707,6 @@ Bool_t RooWorkspace::isValidCPPID(const char* name)
void RooWorkspace::unExport() void RooWorkspace::unExport()
{ {
// Delete exported reference in CINT namespace // Delete exported reference in CINT namespace
char buf[10240] ;
TIterator* iter = _allOwnedNodes.createIterator() ; TIterator* iter = _allOwnedNodes.createIterator() ;
TObject* wobj ; TObject* wobj ;
while((wobj=iter->Next())) { while((wobj=iter->Next())) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment