Skip to content

Commit 3358baf

Browse files
committed
Remove debugging header.
The fail-simulator-on-error header brings in about 2.5 KiB of code. It was unconditionally included twice adding 5 KiB to the total firmware image size. It's left commented out so that it can be easily reincluded when debugging failures.
1 parent 4748108 commit 3358baf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/firewall/firewall.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <atomic>
66
#include <compartment-macros.h>
77
#include <debug.hh>
8-
#include <fail-simulator-on-error.h>
8+
//#include <fail-simulator-on-error.h>
99
#include <locks.hh>
1010
#include <platform-ethernet.hh>
1111
#include <timeout.h>

lib/tcpip/driver_adaptor.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <atomic>
66
#include <compartment-macros.h>
77
#include <debug.hh>
8-
#include <fail-simulator-on-error.h>
8+
//#include <fail-simulator-on-error.h>
99
#include <futex.h>
1010
#include <locks.hh>
1111
#include <platform-ethernet.hh>

0 commit comments

Comments
 (0)