Remove unneeded dependency
This commit is contained in:
parent
f881a96c7a
commit
a44633d48d
5
c_micasad/cache/SecretStore.cs
vendored
5
c_micasad/cache/SecretStore.cs
vendored
@ -30,14 +30,9 @@ using System.Security.Cryptography;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using sscs.cache;
|
using sscs.cache;
|
||||||
using sscs.common;
|
using sscs.common;
|
||||||
using sscs.constants;
|
|
||||||
using sscs.lss;
|
using sscs.lss;
|
||||||
using sscs.crypto;
|
using sscs.crypto;
|
||||||
|
|
||||||
#if LINUX
|
|
||||||
using Novell.CASA.DataEngines.GK;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace sscs.cache
|
namespace sscs.cache
|
||||||
{
|
{
|
||||||
class SecretStore
|
class SecretStore
|
||||||
|
Loading…
Reference in New Issue
Block a user