Skip to content

Commit d068657

Browse files
committed
regen/embed.pl: Remove duplicate push
This got duplicated in recent rebasing
1 parent 26c3640 commit d068657

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

regen/embed.pl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,6 @@ sub generate_proto_h {
321321
warn "$func: $arg should not have NZ\n" if $nz;
322322
}
323323

324-
push( @nonnull, $n ) if $nn;
325-
326324
# Make sure each arg has at least a type and a var name.
327325
# An arg of "int" is valid C, but want it to be "int foo".
328326
my $argtype = ( $arg =~ m/^(\w+(?:\s*\*+)?)/ )[0];

0 commit comments

Comments
 (0)