From 5be3d08bd06d4aebeae9e2587d6d60a3c3d244c2 Mon Sep 17 00:00:00 2001
From: joyqi <magike.net@gmail.com>
Date: Tue, 18 Feb 2014 09:49:39 +0800
Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E5=AD=98=E5=82=A8=E6=8E=A5?=
 =?UTF-8?q?=E5=8F=A3=E8=BF=98=E6=98=AF=E4=BA=A4=E7=94=B1=E7=AC=AC=E4=B8=89?=
 =?UTF-8?q?=E6=96=B9=E6=8F=92=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 var/Typecho/Storage/Adapter.php      | 26 --------------------------
 var/Typecho/Storage/Adapter/ACE.php  |  0
 var/Typecho/Storage/Adapter/BAE.php  |  0
 var/Typecho/Storage/Adapter/File.php |  0
 var/Typecho/Storage/Adapter/GAE.php  |  0
 var/Typecho/Storage/Adapter/SAE.php  |  0
 var/Typecho/Storage/Exception.php    |  0
 7 files changed, 26 deletions(-)
 delete mode 100644 var/Typecho/Storage/Adapter.php
 delete mode 100644 var/Typecho/Storage/Adapter/ACE.php
 delete mode 100644 var/Typecho/Storage/Adapter/BAE.php
 delete mode 100644 var/Typecho/Storage/Adapter/File.php
 delete mode 100644 var/Typecho/Storage/Adapter/GAE.php
 delete mode 100644 var/Typecho/Storage/Adapter/SAE.php
 delete mode 100644 var/Typecho/Storage/Exception.php

diff --git a/var/Typecho/Storage/Adapter.php b/var/Typecho/Storage/Adapter.php
deleted file mode 100644
index 04a397da..00000000
--- a/var/Typecho/Storage/Adapter.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-
-/**
- * Typecho_Storage_Adapter 
- * 
- * @copyright Copyright (c) 2012 Typecho Team. (http://typecho.org)
- * @author Joyqi <magike.net@gmail.com> 
- * @license GNU General Public License 2.0
- */
-interface Typecho_Storage_Adapter
-{
-    public static function isAvailable();
-
-    public static function check(array $config);
-
-    public static function config(Typecho_Widget_Helper_Form $form);
-
-    public function get($path);
-
-    public function add($localPath);
-
-    public function set($path, $localPath);
-
-    public function delete($path);
-}
-
diff --git a/var/Typecho/Storage/Adapter/ACE.php b/var/Typecho/Storage/Adapter/ACE.php
deleted file mode 100644
index e69de29b..00000000
diff --git a/var/Typecho/Storage/Adapter/BAE.php b/var/Typecho/Storage/Adapter/BAE.php
deleted file mode 100644
index e69de29b..00000000
diff --git a/var/Typecho/Storage/Adapter/File.php b/var/Typecho/Storage/Adapter/File.php
deleted file mode 100644
index e69de29b..00000000
diff --git a/var/Typecho/Storage/Adapter/GAE.php b/var/Typecho/Storage/Adapter/GAE.php
deleted file mode 100644
index e69de29b..00000000
diff --git a/var/Typecho/Storage/Adapter/SAE.php b/var/Typecho/Storage/Adapter/SAE.php
deleted file mode 100644
index e69de29b..00000000
diff --git a/var/Typecho/Storage/Exception.php b/var/Typecho/Storage/Exception.php
deleted file mode 100644
index e69de29b..00000000