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

Remove an unreachable statement

git-svn-id: http://root.cern.ch/svn/root/trunk@5874 27541ba8-7e3a-0410-8455-c3a389f83636
parent 37d2c865
No related branches found
No related tags found
No related merge requests found
// @(#)root/utils:$Name: $:$Id: rootcint.cxx,v 1.123 2003/01/09 06:59:59 brun Exp $
// @(#)root/utils:$Name: $:$Id: rootcint.cxx,v 1.124 2003/01/11 09:10:44 brun Exp $
// Author: Fons Rademakers 13/07/96
/*************************************************************************
......@@ -653,7 +653,6 @@ int NeedTemplateKeyword(G__ClassInfo &cl)
// It might be a specialization without us seeing the template definition
return 0;
}
delete [] templatename;
}
return 0;
}
......
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