Cleanup, these aren't necessary anymore.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35337 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2010-01-29 23:31:10 +00:00
parent 17ec4668b2
commit 67df6a72c3
1 changed files with 0 additions and 2 deletions

View File

@ -590,11 +590,9 @@ BMessage::_PrintToStream(const char* indent) const
break;
case B_STRING_TYPE:
{
printf("string(\"%s\", %ld bytes)\n", (char *)pointer,
(long)size);
break;
}
case B_INT8_TYPE:
print_type<int8>("int8(0x%hx or %d or '%.1s')\n", pointer);