[padb-devel] [padb] r136 committed - Remove the (unused) output_dtype() function.

codesite-noreply at google.com codesite-noreply at google.com
Sun Aug 23 11:48:10 BST 2009


Revision: 136
Author: apittman
Date: Sun Aug 23 03:47:38 2009
Log: Remove the (unused) output_dtype() function.

http://code.google.com/p/padb/source/detail?r=136

Modified:
  /trunk/src/padb

=======================================
--- /trunk/src/padb	Sun Aug 23 03:11:41 2009
+++ /trunk/src/padb	Sun Aug 23 03:47:38 2009
@@ -4319,20 +4319,6 @@
      print "$confInner{hostname}.$vp:$str\n";

  }
-
-sub output_dtype {
-    my ( $vp, $ref ) = @_;
-    if ( defined $vp ) {
-        my $p = nfreeze $ref;
-        my $q = encode_base64($p);
-        foreach my $l ( split( "\n", $q ) ) {
-            print "$vp:raw:$l\n";
-        }
-    } else {
-        my $str = Dumper $ref;
-        print "$confInner{hostname}.-1:ERROR: $str\n";
-    }
-}

  my %inner_output;

@@ -5011,8 +4997,6 @@

          my @mq = fetch_mpi_queue_gdb( $carg, $vp, $pid, $gdb );
          $ret->{$vp} = \@mq;
-
-        #output_dtype( $vp, \@mq );
      }

      foreach my $proc (@all) {




More information about the padb-devel mailing list