瀏覽代碼

Del shell_access.c

Serj Kalichev 9 年之前
父節點
當前提交
63512f8e93
共有 3 個文件被更改,包括 9 次插入15 次删除
  1. 0 1
      clish/shell/module.am
  2. 0 14
      clish/shell/shell_access.c
  3. 9 0
      clish/shell/shell_startup.c

+ 0 - 1
clish/shell/module.am

@@ -23,7 +23,6 @@ libclish_la_SOURCES += \
 	clish/shell/shell_expat.c \
 	clish/shell/shell_udata.c \
 	clish/shell/shell_misc.c \
-	clish/shell/shell_access.c \
 	clish/shell/context.c
 
 

+ 0 - 14
clish/shell/shell_access.c

@@ -1,14 +0,0 @@
-/*
- * shell_access.c
- */
-#include <string.h>
-
-#include "private.h"
-
-/*-------------------------------------------------------- */
-int clish_shell_check_access(clish_shell_t *this)
-{
-
-
-	return 0;
-}

+ 9 - 0
clish/shell/shell_startup.c

@@ -70,4 +70,13 @@ const char * clish_shell__get_default_shebang(const clish_shell_t *this)
 	return this->default_shebang;
 }
 
+/*-------------------------------------------------------- */
+int clish_shell_check_access(clish_shell_t *this)
+{
+
+
+	return 0;
+}
+
+
 /*----------------------------------------------------------- */