Skip to content

Commit c0af6c4

Browse files
committed
regen/embed.pl: Remove duplicate push
This got duplicated in recent rebasing
1 parent 59bcf7b commit c0af6c4

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
@@ -322,8 +322,6 @@ sub generate_proto_h {
322322
warn "$func: $arg should not have NZ\n" if $nz;
323323
}
324324

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

0 commit comments

Comments
 (0)