浏览代码

clang compile

viest 7 年之前
父节点
当前提交
0c8f6d6db3
共有 2 个文件被更改,包括 0 次插入4 次删除
  1. 0 2
      kernel/excel.h
  2. 0 2
      kernel/exception.h

+ 0 - 2
kernel/excel.h

@@ -27,8 +27,6 @@ typedef struct {
 
 extern zend_class_entry *vtiful_excel_ce;
 
-VTIFUL_STARTUP_FUNCTION(excel);
-
 excel_resource_t * zval_get_resource(zval *handle);
 
 #endif

+ 0 - 2
kernel/exception.h

@@ -15,6 +15,4 @@
 
 extern zend_class_entry *vtiful_exception_ce;
 
-VTIFUL_STARTUP_FUNCTION(vtiful_exception);
-
 #endif