diff options
author | Rickard Green <[email protected]> | 2018-03-13 17:56:10 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2018-03-13 17:56:10 +0100 |
commit | f812c271fb755c105cd618737f3035acb796b0a2 (patch) | |
tree | b05c32de8f7ed2044d71bc70476dd5d08928bfd4 /erts/emulator/beam/erl_process.h | |
parent | 65498fa75ae3d468e8cc54c8e82debe2733312e7 (diff) | |
parent | 47502282d75c3206dcfc7e2d31e768ca3d5458d7 (diff) | |
download | otp-f812c271fb755c105cd618737f3035acb796b0a2.tar.gz otp-f812c271fb755c105cd618737f3035acb796b0a2.tar.bz2 otp-f812c271fb755c105cd618737f3035acb796b0a2.zip |
Merge branch 'rickard/remove-approx-started/OTP-14975'
* rickard/remove-approx-started/OTP-14975:
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 8581c6a639..ebf990c837 100644 --- a/erts/emulator/beam/erl_process.h +++ b/erts/emulator/beam/erl_process.h @@ -1022,7 +1022,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 */ |