Skip to content

Commit a0e7381

Browse files
committed
regen/embed.pl: Remove duplicate push
This got duplicated in recent rebasing
1 parent 761c122 commit a0e7381

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

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

0 commit comments

Comments
 (0)