summaryrefslogtreecommitdiff
path: root/dmake/rulparse.c
diff options
context:
space:
mode:
authorPovilas Kanapickas <povilas.kanapickas@gmail.com>2010-10-18 15:38:53 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-18 15:39:01 +0100
commit9a5e21b2080b0f4b2096d7e661346b49aeb39a66 (patch)
treeec75d11900176f337f017af4729280d3950d248a /dmake/rulparse.c
parented6f79269af3a2e45409522d3a0e948fa440023c (diff)
remove non-compiled code
Diffstat (limited to 'dmake/rulparse.c')
-rw-r--r--dmake/rulparse.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/dmake/rulparse.c b/dmake/rulparse.c
index af7915fb129b..471c83577d18 100644
--- a/dmake/rulparse.c
+++ b/dmake/rulparse.c
@@ -451,12 +451,6 @@ int flag;
DB_PRINT( "par", ("Binding to %s, %04x", tg->CE_NAME, tg->ce_flag) );
magic = tg->ce_flag & F_PERCENT;
-#if 0
- /* Check to see if we had a rule of the form '%.o : a.h b.h ; xxx'
- * In which case we must build a NULL prq node to hold the recipe */
- if( _sv_globprq_only && (_sv_rules != NIL(STRING)) )
- _build_graph( _sv_op, tg, NIL(CELL) );
-#endif
/* NOTE: For targets that are magic or special we ignore any
* previously defined rules, ie. We throw away the old definition