diff -r 4cfa0cbe4cb8 -r 48e2f107fb0c libpurple/protocols/myspace/myspace.c --- a/libpurple/protocols/myspace/myspace.c Sat Aug 11 18:18:52 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.c Sat Aug 11 18:28:19 2007 +0000 @@ -2065,13 +2065,7 @@ /* 'f' = userid message is from, in buddy messages */ uid = msim_msg_get_integer(msg, "f"); - /* TODO: Make caching work. Currently it is commented out because - * it crashes for unknown reasons, memory realloc error. */ -#if 0 username = msim_uid2username_from_blist(session, uid); -#else - username = NULL; -#endif if (username) { /* Know username already, use it. */