From 319006601304a197757b2df8f0e4eb64c06de676 Mon Sep 17 00:00:00 2001 From: Cary R Date: Tue, 18 Nov 2008 09:17:23 -0800 Subject: [PATCH] Remove old real array word debug message. This message appears to be left over from the original implementation of real array words. --- vvp/words.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/vvp/words.cc b/vvp/words.cc index 1afb75338..4537e2368 100644 --- a/vvp/words.cc +++ b/vvp/words.cc @@ -270,8 +270,6 @@ void compile_netw_real(char*label, char*array_label, unsigned long array_addr, int msb, int lsb, unsigned argc, struct symb_s*argv) { - cerr << "XXXX compile_netw_real: label=" << label - << ", array_label=" << array_label << endl; __compile_real(label, 0, array_label, array_addr, msb, lsb, false, argc, argv); }