From 63e99cb6184ede46259c1baa129e795239790049 Mon Sep 17 00:00:00 2001 From: Olivier Ramonat Date: Thu, 21 Oct 2010 22:00:08 -0400 Subject: [PATCH] Remove unneeded with statements --- tests/t1.adb | 1 - tests/t2.adb | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/t1.adb b/tests/t1.adb index 8095c0a..944573c 100644 --- a/tests/t1.adb +++ b/tests/t1.adb @@ -25,7 +25,6 @@ with Ada.Task_Attributes; with Ada.Text_IO; with DB.SQLite; -with DB.Tools; with Morzhol.Logs; diff --git a/tests/t2.adb b/tests/t2.adb index bb63e34..49df429 100644 --- a/tests/t2.adb +++ b/tests/t2.adb @@ -22,7 +22,6 @@ with Ada.Text_IO; with DB.SQLite; -with DB.Tools; with Morzhol.Logs; -- 2.11.4.GIT