From d9808c0fca34b80a595fc23ecc94de40bc070598 Mon Sep 17 00:00:00 2001 From: adrian Date: Wed, 6 Feb 2013 15:39:54 +0000 Subject: [PATCH] DEBUG flag in BochsController not needed anymore It is a remnant of former times. ;-) git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@2065 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- src/core/sal/bochs/BochsController.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/sal/bochs/BochsController.hpp b/src/core/sal/bochs/BochsController.hpp index ed021646..f3de852e 100644 --- a/src/core/sal/bochs/BochsController.hpp +++ b/src/core/sal/bochs/BochsController.hpp @@ -18,8 +18,6 @@ #include "pc_system.h" #include "gui/siminterface.h" // for BX_SMP_PROCESSORS -#define DEBUG - namespace fail { class ExperimentFlow;