Remove spurious file close from generated drivers

This commit is contained in:
Douglas Clowes
2014-03-24 10:13:19 +11:00
parent 988cb87371
commit f44dc410cf

View File

@ -1209,7 +1209,6 @@ def put_postamble(MyDriver):
# TODO
#txt += [' ${ns}::debug_log 1 "makesctemon ${name} /sics/${name}/emon/monmode /sics/${name}/emon/isintol /sics/${name}/emon/errhandler"']
# txt += [' makesctemon ${name} /sics/${name}/emon/monmode /sics/${name}/emon/isintol /sics/${name}/emon/errhandler']
txt += [' close ${fd}']
txt += [' } catch_message ]']
txt += [' handle_exception ${catch_status} ${catch_message}']
txt += ['}']