summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2015-03-07 21:48:16 +0600
committerDaniil Baturin <daniil@baturin.org>2015-03-07 21:48:16 +0600
commit8df2750299424d74af357e650554d2a814a2b123 (patch)
treeeddce997f99e3e5ba35f74a7bb34a811a0889727 /src
parent2ef2c5985cd8b2301dddc64bb1370200afbd0a22 (diff)
downloadhvinfo-8df2750299424d74af357e650554d2a814a2b123.tar.gz
hvinfo-8df2750299424d74af357e650554d2a814a2b123.zip
Remove unused import.
Diffstat (limited to 'src')
-rw-r--r--src/hypervisor_check.ads1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hypervisor_check.ads b/src/hypervisor_check.ads
index 11d638d..0b5f154 100644
--- a/src/hypervisor_check.ads
+++ b/src/hypervisor_check.ads
@@ -1,6 +1,5 @@
with Interfaces; use Interfaces;
with System.Machine_Code; use System.Machine_Code;
---with Ada.Strings.Unbounded; use Ada.Strings.Unbounded;
with Ada.Strings.Unbounded;
package Hypervisor_Check is