Remove old real array word debug message.

This message appears to be left over from the original implementation
of real array words.
This commit is contained in:
Cary R 2008-11-18 09:17:23 -08:00 committed by Stephen Williams
parent 95065819f1
commit 3190066013
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}