Index: /branches/version-2/html/install/index.php
===================================================================
--- /branches/version-2/html/install/index.php	(revision 17147)
+++ /branches/version-2/html/install/index.php	(revision 17339)
@@ -434,12 +434,4 @@
     // 権限エラー等が発生していない場合
     if(!$err_file) {
-        $path = ".." . HTML2DATA_DIR . "Smarty/templates_c/admin";
-        if(!file_exists($path)) {
-            mkdir($path);
-        }
-        $path = ".." . HTML2DATA_DIR . "Smarty/templates_c/mobile";
-        if(!file_exists($path)) {
-            mkdir($path);
-        }
         $path = "../upload/temp_template";
         if(!file_exists($path)) {
