summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/config.ads6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/config.ads b/src/config.ads
deleted file mode 100644
index 424eba4..0000000
--- a/src/config.ads
+++ /dev/null
@@ -1,6 +0,0 @@
-package Config is
- -- In the future this should be autogenerated
-
- Linux : constant Boolean := True;
- FreeBSD : constant Boolean := False;
-end Config;