aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/utils
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-08-22 07:15:55 +0200
committerBjörn Gustavsson <[email protected]>2017-08-22 13:58:23 +0200
commit31f43558f0b6b1652b4d3be96fe83a616e070a0d (patch)
treecd5f76a4091d12e3a734e810e52fafb71045e619 /erts/emulator/utils
parent65d137fd73696604817a866a72a868a65498b500 (diff)
downloadotp-31f43558f0b6b1652b4d3be96fe83a616e070a0d.tar.gz
otp-31f43558f0b6b1652b4d3be96fe83a616e070a0d.tar.bz2
otp-31f43558f0b6b1652b4d3be96fe83a616e070a0d.zip
beam_makeops: Remove unused subroutine save_c_code
Diffstat (limited to 'erts/emulator/utils')
-rwxr-xr-xerts/emulator/utils/beam_makeops5
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) {