diff options
Diffstat (limited to 'src/grt/grt-processes.ads')
-rw-r--r-- | src/grt/grt-processes.ads | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/grt/grt-processes.ads b/src/grt/grt-processes.ads index ecef800d4..00b057e41 100644 --- a/src/grt/grt-processes.ads +++ b/src/grt/grt-processes.ads @@ -48,9 +48,6 @@ package Grt.Processes is -- Number of non-delta cycles. Nbr_Cycles : Integer; - -- If true, the simulation should be stopped. - Break_Simulation : Boolean; - type Process_Type is private; -- type Process_Acc is access all Process_Type; |