[lwIP] Remove the unnecessary log in SConscript.

This commit is contained in:
bernard 2017-12-29 22:32:23 +08:00
parent bc6703d0be
commit 6fe16bba3b
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ path = [GetCurrentDir() + '/src',
if not GetDepend('RT_USING_POSIX') or not GetDepend('RT_USING_DFS_NET'):
path += [GetCurrentDir() + '/src/include/posix']
print('include /src/include/posix')
if GetDepend(['RT_LWIP_SNMP']):
src += snmp_src