summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/netlist.cpp
diff options
context:
space:
mode:
author MooglyGuy <MooglyGuy@users.noreply.github.com>2023-05-23 07:41:27 +0200
committer GitHub <noreply@github.com>2023-05-23 15:41:27 +1000
commitc5a978bca7601f4dd2c4a0ebe397275021eb6cb1 (patch)
treeca922a9e77517f13b0d68666ad23b43d0d95b6e9 /src/devices/machine/netlist.cpp
parentaee8c4f3efe73dcf48438471be8c293192c7f73a (diff)
Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz]
* Converted various logging patterns to use logmacro.h consistently. * Removed redefinitions of LOG_GENERAL. * Use LOGMASKED in more places.
Diffstat (limited to 'src/devices/machine/netlist.cpp')
-rw-r--r--src/devices/machine/netlist.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/machine/netlist.cpp b/src/devices/machine/netlist.cpp
index 48d81cacbdb..bba035194f3 100644
--- a/src/devices/machine/netlist.cpp
+++ b/src/devices/machine/netlist.cpp
@@ -28,7 +28,6 @@
#include <string>
#include <utility>
-#define LOG_GENERAL (1U << 0)
#define LOG_DEV_CALLS (1U << 1)
#define LOG_DEBUG (1U << 2)
#define LOG_TIMING (1U << 3)