瀏覽代碼

remove the unnecessary "#pragma pack(pop)"

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2409 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong@gmail.com 12 年之前
父節點
當前提交
ee2344c582
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      components/finsh/finsh.h

+ 1 - 3
components/finsh/finsh.h

@@ -124,9 +124,7 @@ struct finsh_syscall
 #endif
 	syscall_func func;		/* the function address of system call */
 };
-#if defined(_MSC_VER)
-#pragma pack(pop)
-#endif
+
 /* system call item */
 struct finsh_syscall_item
 {