Skip to content
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.

Commit

Permalink
Removed debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 7, 2008
1 parent 1ff0284 commit 83e2bcb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dataplugin_tests/wchar_t/viewwchar.c
Expand Up @@ -41,8 +41,6 @@ void GDB_DATAPLUGIN_ENTRY(const GDB_dataplugin_entry_funcs *funcs)
if (funcs->getsize("wchar_t", &size) == -1)
return;

funcs->warning("sizeof (wchar_t) is %d", (int) size);

if (size == 1)
funcs->register_viewer("wchar_t *", view_wchar_t_8);
else if (size == 2)
Expand Down

0 comments on commit 83e2bcb

Please sign in to comment.