summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/Controllers/CertificateStorage.cpp')
-rw-r--r--Swift/Controllers/CertificateStorage.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/Swift/Controllers/CertificateStorage.cpp b/Swift/Controllers/CertificateStorage.cpp
deleted file mode 100644
index 343fccd..0000000
--- a/Swift/Controllers/CertificateStorage.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2010 Remko Tronçon
- * Licensed under the GNU General Public License v3.
- * See Documentation/Licenses/GPLv3.txt for more information.
- */
-
-#include "Swift/Controllers/CertificateStorage.h"
-
-namespace Swift {
-
-CertificateStorage::~CertificateStorage() {
-}
-
-}