diff options
author | Björn Gustavsson <[email protected]> | 2017-08-22 07:15:55 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-08-22 13:58:23 +0200 |
commit | 31f43558f0b6b1652b4d3be96fe83a616e070a0d (patch) | |
tree | cd5f76a4091d12e3a734e810e52fafb71045e619 /erts | |
parent | 65d137fd73696604817a866a72a868a65498b500 (diff) | |
download | otp-31f43558f0b6b1652b4d3be96fe83a616e070a0d.tar.gz otp-31f43558f0b6b1652b4d3be96fe83a616e070a0d.tar.bz2 otp-31f43558f0b6b1652b4d3be96fe83a616e070a0d.zip |
beam_makeops: Remove unused subroutine save_c_code
Diffstat (limited to 'erts')
-rwxr-xr-x | erts/emulator/utils/beam_makeops | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/erts/emulator/utils/beam_makeops b/erts/emulator/utils/beam_makeops index da69b13e87..f9e22444f3 100755 --- a/erts/emulator/utils/beam_makeops +++ b/erts/emulator/utils/beam_makeops @@ -278,11 +278,6 @@ my $c_code_block; my $c_code_loc; my @c_args; -sub save_c_code { - my($name,$block,$loc,@args) = @_; - -} - while (<>) { my($op_num); if ($in_c_code) { |