diff options
Diffstat (limited to 'src/core/hle/kernel/process.h')
| -rw-r--r-- | src/core/hle/kernel/process.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/hle/kernel/process.h b/src/core/hle/kernel/process.h index 7b64c564a..4887132a7 100644 --- a/src/core/hle/kernel/process.h +++ b/src/core/hle/kernel/process.h | |||
| @@ -359,10 +359,6 @@ private: | |||
| 359 | /// specified by metadata provided to the process during loading. | 359 | /// specified by metadata provided to the process during loading. |
| 360 | bool is_64bit_process = true; | 360 | bool is_64bit_process = true; |
| 361 | 361 | ||
| 362 | /// Whether or not this process is signaled. This occurs | ||
| 363 | /// upon the process changing to a different state. | ||
| 364 | bool is_signaled = false; | ||
| 365 | |||
| 366 | /// Total running time for the process in ticks. | 362 | /// Total running time for the process in ticks. |
| 367 | u64 total_process_running_time_ticks = 0; | 363 | u64 total_process_running_time_ticks = 0; |
| 368 | 364 | ||