From a44633d48d6be3cccc0b057bbe9d8082acc4dce0 Mon Sep 17 00:00:00 2001 From: Jim Norman Date: Thu, 2 Feb 2006 21:58:01 +0000 Subject: [PATCH] Remove unneeded dependency --- c_micasad/cache/SecretStore.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/c_micasad/cache/SecretStore.cs b/c_micasad/cache/SecretStore.cs index 40f8e57b..b407c0ee 100644 --- a/c_micasad/cache/SecretStore.cs +++ b/c_micasad/cache/SecretStore.cs @@ -30,14 +30,9 @@ using System.Security.Cryptography; using System.Text; using sscs.cache; using sscs.common; -using sscs.constants; -using sscs.lss; + using sscs.lss; using sscs.crypto; -#if LINUX -using Novell.CASA.DataEngines.GK; -#endif - namespace sscs.cache { class SecretStore