remove the unnecessary "#pragma pack(pop)"

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2409 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong@gmail.com 2012-11-13 13:39:47 +00:00
parent 6ae9a5d95c
commit ee2344c582
1 changed files with 1 additions and 3 deletions

View File

@ -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
{