Index: /trunk/pstamp/scripts/pstamp_job_run.pl
===================================================================
--- /trunk/pstamp/scripts/pstamp_job_run.pl	(revision 27576)
+++ /trunk/pstamp/scripts/pstamp_job_run.pl	(revision 27577)
@@ -214,21 +214,4 @@
 
     if ($options & ( $PSTAMP_SELECT_CMF | $PSTAMP_SELECT_PSF | $PSTAMP_SELECT_BACKMDL)) {
-if (0) {
-        my $params_file = $output_base . ".mdc";
-        open (IN, "<$params_file") 
-            or my_die("failed to open params file: $params_file", $job_id, $PS_EXIT_UNKNOWN_ERROR);
-
-        my $data = $mdcParser->parse(join "", (<IN>))
-            or my_die("failed to parse params file: $params_file", $job_id, $PS_EXIT_UNKNOWN_ERROR);
-
-        my $components = parse_md_list($data);
-
-        my $n = scalar @$components;
-        if ($n != 1) {
-            my_die("params file $params_file contains unexpected number of components: $n",
-                $job_id, $PS_EXIT_PROG_ERROR);
-        }
-        my $comp = $components->[0];
-}
         my $comp = read_params_file($output_base);
 
@@ -276,4 +259,5 @@
     }
 }
+
 sub read_params_file {
     my $output_base = shift;
