From b7293aedaea197acf1e5f93a0b450e6989c498d8 Mon Sep 17 00:00:00 2001 From: Kevin Petit Date: Mon, 5 Dec 2022 12:07:40 +0000 Subject: SELECT: Replace use of cmp_t with bool_t cmp_t is only used in the definition of SELECT and always defined to bool_t. This removes a special case in generators. Signed-off-by: Kevin Petit Change-Id: I9e7992bbfdf5c7fafdd55df90feb4dcbcdee2972 --- tosa.xsd | 2 -- 1 file changed, 2 deletions(-) (limited to 'tosa.xsd') diff --git a/tosa.xsd b/tosa.xsd index 1409c28..87ee3b5 100644 --- a/tosa.xsd +++ b/tosa.xsd @@ -50,7 +50,6 @@ - @@ -175,7 +174,6 @@ - -- cgit v1.2.1