Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Aug 23, 2023
1 parent 08fef71 commit 83241db
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/alire/alire-config.ads
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,6 @@ package Alire.Config is
function Kind_Of_Builtin (Key : CLIC.Config.Config_Key) return Builtin_Kind
with Pre => Is_Builtin (Key);

-- type Builtin_Entry is tagged private;

type Builtin_Entry is tagged record
Key : Ada.Strings.Unbounded.Unbounded_String;
Kind : Builtin_Kind;
Help : Ada.Strings.Unbounded.Unbounded_String;
-- Check : CLIC.Config.Check_Import := null;
end record;

type Builtin_Option is tagged private;

function Key (This : Builtin_Option) return CLIC.Config.Config_Key;
Expand Down

0 comments on commit 83241db

Please sign in to comment.