pdb: remove an obsolete snippet from lib.pl

This commit is contained in:
Michael Natterer 2019-07-30 12:16:04 +02:00
parent af5c587e21
commit 1a8d300994
1 changed files with 0 additions and 4 deletions

View File

@ -293,10 +293,6 @@ CODE
my $desc = exists $_->{desc} ? $_->{desc} : "";
my $arg = $arg_types{$type};
my $var;
if ($type =~ /boolean|enum|guide|sample_point/) {
$type = 'int32';
}
# The return value variable
$var = "";