aboutsummaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-03-23 13:10:56 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-03-23 13:10:56 +1300
commit620c9cedb6880f28a2b3657a5d55d120bf83e9ba (patch)
tree237cae636dffff5809ac2aef52fabc36a8254209 /tool
parentf2352c6df585d817b3613145ec81446f917dcc21 (diff)
Improved project files, constant variables now constant
Diffstat (limited to 'tool')
-rw-r--r--tool/template.adb2
1 files changed, 0 insertions, 2 deletions
diff --git a/tool/template.adb b/tool/template.adb
index a28fff8..4da7da6 100644
--- a/tool/template.adb
+++ b/tool/template.adb
@@ -19,7 +19,6 @@
with
- Ada.Characters.Latin_1,
Ada.Command_Line,
Ada.Containers.Indefinite_Ordered_Maps,
Ada.Direct_IO,
@@ -32,7 +31,6 @@ with
procedure Template is
- package Latin renames Ada.Characters.Latin_1;
package ACom renames Ada.Command_Line;
package ADir renames Ada.Directories;
package SMap renames Ada.Strings.Maps;