aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/global.h
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2016-07-14 15:56:26 +0200
committerLukas Larsson <[email protected]>2016-07-14 15:56:26 +0200
commitf7b0cbbab08f2d3f733dfe2e201ce0ff614daaf3 (patch)
tree6b6d7a25c3602b119feade654b310d1f48dedc26 /erts/emulator/beam/global.h
parent4cec737d18f02a3cb3e59b95b86c0a50a0649693 (diff)
parent8d64850d816957f9decf26148eb4ced8275ea1f9 (diff)
downloadotp-f7b0cbbab08f2d3f733dfe2e201ce0ff614daaf3.tar.gz
otp-f7b0cbbab08f2d3f733dfe2e201ce0ff614daaf3.tar.bz2
otp-f7b0cbbab08f2d3f733dfe2e201ce0ff614daaf3.zip
Merge branch 'lukas/erts/remove_benchmark_code/OTP-13743' into maint
* lukas/erts/remove_benchmark_code/OTP-13743: hipe: Remove performance profiling code
Diffstat (limited to 'erts/emulator/beam/global.h')
-rw-r--r--erts/emulator/beam/global.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h
index f3d4ac56cd..8933bcad16 100644
--- a/erts/emulator/beam/global.h
+++ b/erts/emulator/beam/global.h
@@ -35,7 +35,6 @@
#include "register.h"
#include "erl_fun.h"
#include "erl_node_tables.h"
-#include "benchmark.h"
#include "erl_process.h"
#include "erl_sys_driver.h"
#include "erl_debug.h"