Revert "Add BURN_BRIDGES global kernel option"

This reverts commit 0904e33714.
This commit is contained in:
Sebastian Huber
2019-03-29 06:55:42 +01:00
parent 0904e33714
commit 9fabaaec3e

View File

@@ -58,11 +58,6 @@
#include <machine/rtems-bsd-version.h> #include <machine/rtems-bsd-version.h>
#include <machine/rtems-bsd-kernel-namespace.h> #include <machine/rtems-bsd-kernel-namespace.h>
/* Global kernel options */
/* We do not need user space backward compatibility */
#define BURN_BRIDGES 1
/* Assert */ /* Assert */
void rtems_bsd_assert_func(const char *file, int line, const char *func, const char *expr); void rtems_bsd_assert_func(const char *file, int line, const char *func, const char *expr);