diff options
author | Björn Gustavsson <[email protected]> | 2017-06-13 14:14:26 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-06-13 14:19:39 +0200 |
commit | f529828f540ad50cc157755fbd19d8b595ee07ee (patch) | |
tree | 02085b9f8dd050b35272e631623c7028297744ff /erts/emulator/test/driver_SUITE.erl | |
parent | a27c69e55f6f10d63135b6323060cf76b41509da (diff) | |
download | otp-f529828f540ad50cc157755fbd19d8b595ee07ee.tar.gz otp-f529828f540ad50cc157755fbd19d8b595ee07ee.tar.bz2 otp-f529828f540ad50cc157755fbd19d8b595ee07ee.zip |
Remove unused functions in test emulator test suites
Diffstat (limited to 'erts/emulator/test/driver_SUITE.erl')
-rw-r--r-- | erts/emulator/test/driver_SUITE.erl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/erts/emulator/test/driver_SUITE.erl b/erts/emulator/test/driver_SUITE.erl index e854a5f945..954f3b137f 100644 --- a/erts/emulator/test/driver_SUITE.erl +++ b/erts/emulator/test/driver_SUITE.erl @@ -1750,12 +1750,6 @@ thread_mseg_alloc_cache_clean(Config) when is_list(Config) -> ok end. -mseg_alloc_cci(MsegAllocInfo) -> - {value,{options, OL}} - = lists:keysearch(options, 1, MsegAllocInfo), - {value,{cci,CCI}} = lists:keysearch(cci,1,OL), - CCI. - mseg_alloc_ccc() -> mseg_alloc_ccc(mseg_inst_info(0)). |