Fix a confitional compilation error introduced with the last commit

This commit is contained in:
Gregory Nutt
2015-07-10 15:52:55 -06:00
parent ed004be6d0
commit fb70a0a95b
-4
View File
@@ -435,10 +435,6 @@
# define SYS_nnetsocket __SYS_network
#endif
#else
# define SYS_nnetsocket __SYS_network
#endif /* CONFIG_NET */
/* The following is defined only if CONFIG_TASK_NAME_SIZE > 0 */
#if CONFIG_TASK_NAME_SIZE > 0