From 94e15d4014fff63cf2472750e6405bc59ccc28e8 Mon Sep 17 00:00:00 2001
From: clc5q <clc5q@git.zephyr-software.com>
Date: Tue, 15 Apr 2008 18:57:09 +0000
Subject: [PATCH] Remove unused #define.

---
 SMPDataFlowAnalysis.cpp | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/SMPDataFlowAnalysis.cpp b/SMPDataFlowAnalysis.cpp
index cb8216ff..e1c9f610 100644
--- a/SMPDataFlowAnalysis.cpp
+++ b/SMPDataFlowAnalysis.cpp
@@ -37,10 +37,7 @@
 #define SMP_DEBUG_CHUNKS 1  // tracking down tail chunks for functions
 #define SMP_DEBUG_FRAMEFIXUP 0
 #define SMP_DEBUG_DATAFLOW 0
-#define SMP_DEBUG_OPERAND_TYPES 1
-
-// Compute LVA/SSA or not? Turn it off for NICECAP demo on 31-JAN-2008
-#define SMP_COMPUTE_LVA_SSA 0
+#define SMP_DEBUG_OPERAND_TYPES 1  // leave on; should never happen
 
 char *RegNames[R_of + 1] =
 	{ "EAX", "ECX", "EDX", "EBX", "ESP", "EBP", "ESI", "EDI",
-- 
GitLab