--- branches/cache_manager_rewrite/reactos/tools/rsym.c 2005-05-17 19:07:27 UTC (rev 15384)
+++ branches/cache_manager_rewrite/reactos/tools/rsym.c 2005-05-17 19:09:27 UTC (rev 15385)
@@ -330,9 +330,6 @@
ULONG_PTR StabFunctionStartAddress;
ULONG StabFunctionStringOffset, NewStabFunctionStringOffset;
- fprintf(stderr, "StabSymbolsCount %lu, StabSymbols %p\n", StabSymbolsCount, StabSymbols);
- fprintf(stderr, "CoffSymbolsCount %lu, CoffSymbols %p\n", CoffSymbolsCount, CoffSymbols);
-
*MergedSymbols = malloc(StabSymbolsCount * sizeof(ROSSYM_ENTRY));
if (NULL == *MergedSymbols)
{