diff options
Diffstat (limited to 'src/grt/grt-main.adb')
-rw-r--r-- | src/grt/grt-main.adb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/grt/grt-main.adb b/src/grt/grt-main.adb index d50f8d7db..8a0f307b9 100644 --- a/src/grt/grt-main.adb +++ b/src/grt/grt-main.adb @@ -112,12 +112,6 @@ package body Grt.Main is -- They may insert hooks. Grt.Modules.Register_Modules; - -- If the time resolution is to be set by the user, select a default - -- resolution. Options may override it. - if Flag_String (5) = '?' then - Set_Time_Resolution ('n'); - end if; - -- Decode options. Grt.Options.Decode (Stop); |