diff --git a/source/trunk/Model/XS/XSM_MLP.cxx b/source/trunk/Model/XS/XSM_MLP.cxx
index ab68ccf92b57315322b7536568cd92467175672c..7862f11b46f0c13b83978ab9956f741e01101cf4 100644
--- a/source/trunk/Model/XS/XSM_MLP.cxx
+++ b/source/trunk/Model/XS/XSM_MLP.cxx
@@ -205,7 +205,6 @@ void XSM_MLP::GetMLPWeightFiles()
 	rep = opendir(fTMVAWeightFolder.c_str());
 	if (rep == NULL)
 	{
-		perror("");
         ERROR<<" Reading error for TMVA weight folder  "<<fTMVAWeightFolder.c_str()<<" : "<<strerror(errno)<<endl;
 		exit(1);
 	}