From 1e5de3c73a5865cc0df2ee32d1d81c9718c5f44f Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 22 Jun 2016 20:53:13 +0200 Subject: grt: add grt-strings, use case insensitive compare for vpi_handle_by_name Fixes potentialventures/cocotb#460 --- src/grt/grt-values.ads | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/grt/grt-values.ads') diff --git a/src/grt/grt-values.ads b/src/grt/grt-values.ads index 5f1e5169d..ee76109d5 100644 --- a/src/grt/grt-values.ads +++ b/src/grt/grt-values.ads @@ -26,12 +26,6 @@ with Grt.Types; use Grt.Types; with Grt.Rtis; use Grt.Rtis; package Grt.Values is - -- Return True IFF C is a whitespace character (as defined in LRM93 14.3) - function Is_Whitespace (C : in Character) return Boolean; - - -- Convert C to lowercase. - function To_LC (C : in Character) return Character; - -- Extract position of numeric literal and unit in string STR. -- Set IS_REAL if the unit is a real number (presence of '.'). -- Set UNIT_POS to the position of the first character of the unit name. -- cgit v1.2.3