aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/Makefile.in
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2016-06-17 16:20:53 +0200
committerLukas Larsson <[email protected]>2016-07-14 15:55:42 +0200
commit8d64850d816957f9decf26148eb4ced8275ea1f9 (patch)
tree6b6d7a25c3602b119feade654b310d1f48dedc26 /erts/emulator/Makefile.in
parent4cec737d18f02a3cb3e59b95b86c0a50a0649693 (diff)
downloadotp-8d64850d816957f9decf26148eb4ced8275ea1f9.tar.gz
otp-8d64850d816957f9decf26148eb4ced8275ea1f9.tar.bz2
otp-8d64850d816957f9decf26148eb4ced8275ea1f9.zip
hipe: Remove performance profiling code
This type of statistics is now available through the microstate accounting API.
Diffstat (limited to 'erts/emulator/Makefile.in')
-rw-r--r--erts/emulator/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in
index 2212aed5e0..6c4b30020a 100644
--- a/erts/emulator/Makefile.in
+++ b/erts/emulator/Makefile.in
@@ -744,7 +744,7 @@ EMU_OBJS = \
$(OBJDIR)/beam_ranges.o
RUN_OBJS = \
- $(OBJDIR)/erl_pbifs.o $(OBJDIR)/benchmark.o \
+ $(OBJDIR)/erl_pbifs.o \
$(OBJDIR)/erl_alloc.o $(OBJDIR)/erl_mtrace.o \
$(OBJDIR)/erl_alloc_util.o $(OBJDIR)/erl_goodfit_alloc.o \
$(OBJDIR)/erl_bestfit_alloc.o $(OBJDIR)/erl_afit_alloc.o \