diff options
author | Rickard Green <[email protected]> | 2017-11-02 19:18:31 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-11-02 19:18:31 +0100 |
commit | 47502282d75c3206dcfc7e2d31e768ca3d5458d7 (patch) | |
tree | 86583a2d6b5989fc6166959058bcd134029d969c /erts/emulator/beam/erl_time_sup.c | |
parent | 21b920e38078412f3d47442b27b40b3601a1c7d7 (diff) | |
download | otp-47502282d75c3206dcfc7e2d31e768ca3d5458d7.tar.gz otp-47502282d75c3206dcfc7e2d31e768ca3d5458d7.tar.bz2 otp-47502282d75c3206dcfc7e2d31e768ca3d5458d7.zip |
Remove process start time for crash dumps
Diffstat (limited to 'erts/emulator/beam/erl_time_sup.c')
-rw-r--r-- | erts/emulator/beam/erl_time_sup.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/erts/emulator/beam/erl_time_sup.c b/erts/emulator/beam/erl_time_sup.c index f2e0900fec..8cbdf9fa0f 100644 --- a/erts/emulator/beam/erl_time_sup.c +++ b/erts/emulator/beam/erl_time_sup.c @@ -191,17 +191,6 @@ static struct { ErtsTimeSupData erts_time_sup__ erts_align_attribute(ERTS_CACHE_LINE_SIZE); -/* - * erts_get_approx_time() returns an *approximate* time - * in seconds. NOTE that this time may jump backwards!!! - */ -erts_approx_time_t -erts_get_approx_time(void) -{ - ErtsSystemTime stime = erts_os_system_time(); - return (erts_approx_time_t) ERTS_MONOTONIC_TO_SEC(stime); -} - static ERTS_INLINE void init_time_offset(ErtsMonotonicTime offset) { |