aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/utils/beam_makeops
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/utils/beam_makeops')
-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) {