aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-strings.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-strings.ads')
-rw-r--r--src/grt/grt-strings.ads1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/grt/grt-strings.ads b/src/grt/grt-strings.ads
index 46d89008b..61e1c8c87 100644
--- a/src/grt/grt-strings.ads
+++ b/src/grt/grt-strings.ads
@@ -51,7 +51,6 @@ package Grt.Strings is
-- Convert C/S to lowercase.
function To_Lower (C : Character) return Character;
- procedure To_Lower (S : in out String);
-- Str/Char : image of a natural number/digit
function Value (Str : String) return Integer;