From 0e1d33c8e5c9ee8e29c7cb49caa2346251c7bb62 Mon Sep 17 00:00:00 2001 From: ronny Date: Fri, 15 Jun 2001 15:57:02 +0000 Subject: removed comments git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@487 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- backendC/CleanCompilerSources/backend.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'backendC') diff --git a/backendC/CleanCompilerSources/backend.c b/backendC/CleanCompilerSources/backend.c index 7dd78eb..74d36a0 100644 --- a/backendC/CleanCompilerSources/backend.c +++ b/backendC/CleanCompilerSources/backend.c @@ -1381,8 +1381,6 @@ BESwitchNode (BENodeIdP nodeId, BEArgP cases) switchNode->node_arity = 1; switchNode->node_arguments = cases; switchNode->node_annotation = NoAnnot; - -// --nodeId->nid_refcount; return (switchNode); } /* BESwitchNode */ @@ -1439,8 +1437,7 @@ BEPushNode (int arity, BESymbolP symbol, BEArgP arguments, BENodeIdListP nodeIds pushNode->node_arguments = arguments; pushNode->node_record_symbol= symbol; pushNode->node_node_ids = nodeIds; - - pushNode->node_number = 0; /* ??? if !=0 then unique */ + pushNode->node_number = 0; return (pushNode); } /* BEPushNode */ -- cgit v1.2.3