summaryrefslogtreecommitdiffstats
path: root/src/base/exor/exor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/exor/exor.c')
-rw-r--r--src/base/exor/exor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/exor/exor.c b/src/base/exor/exor.c
index 052362e5..2310de5f 100644
--- a/src/base/exor/exor.c
+++ b/src/base/exor/exor.c
@@ -78,6 +78,7 @@ extern int s_fDecreaseLiterals;
SeeAlso []
***********************************************************************/
+/*
static int QCost[16][16] =
{
{ 1}, // 0
@@ -90,6 +91,7 @@ static int QCost[16][16] =
{ 56, 56, 56, 56, 58, 60, 62, 64}, // 7
{ 0 }
};
+*/
int GetQCost( int nVars, int nNegs )
{
int Extra;