Index: trunk/FACT++/src/Configuration.cc
===================================================================
--- trunk/FACT++/src/Configuration.cc	(revision 19025)
+++ trunk/FACT++/src/Configuration.cc	(revision 19026)
@@ -1261,5 +1261,5 @@
 const po::variables_map &Configuration::ParseFile(const string &fname, const bool &checkf)
 {
-    // ------------------------ (0) --------------------------
+    // -------------------------------------------------------
     po::options_description opt_configfile;
 
@@ -1267,9 +1267,5 @@
         opt_configfile.add(fOptionsConfigfile[i]);
 
-    // ------------------------ (1) --------------------------
-
-    po::variables_map getfiles;
-
-    // ------------------------ (1) --------------------------
+    // -------------------------------------------------------
 
     ifstream file(fname.c_str());
@@ -1278,8 +1274,5 @@
         po::parse_config_file<char>(file, opt_configfile, !checkf);
 
-    // ------------------------ (6) --------------------------
-    po::store(parsed_file, getfiles);
-
-    // ------------------------ (13) -------------------------
+    // -------------------------------------------------------
 
     po::variables_map result;
@@ -1289,5 +1282,5 @@
     fVariables = result;
 
-    // ------------------------ (14) -------------------------
+    // -------------------------------------------------------
 
     const vector<string> unknown = collect_unrecognized(parsed_file.options, po::exclude_positional);
@@ -1296,9 +1289,9 @@
     fUnknownConfigfile.insert(fUnknownConfigfile.end(), unknown.begin(), unknown.end());
 
-    // ------------------------ (15) -------------------------
+    // -------------------------------------------------------
 
     CreateWildcardOptions();
 
-    // ------------------------ (16) -------------------------
+    // -------------------------------------------------------
 
     return fVariables;
