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_process.h | |
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_process.h')
-rw-r--r-- | erts/emulator/beam/erl_process.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_process.h b/erts/emulator/beam/erl_process.h index 66d7848f89..16b3526208 100644 --- a/erts/emulator/beam/erl_process.h +++ b/erts/emulator/beam/erl_process.h @@ -1019,7 +1019,6 @@ struct process { * Information mainly for post-mortem use (erl crash dump). */ Eterm parent; /* Pid of process that created this process. */ - erts_approx_time_t approx_started; /* Time when started. */ Uint32 static_flags; /* Flags that do *not* change */ |