I was just wondering if there was a reason that sugar doesn't clean out the old / deprecated files within the code base? I noticed that the roles_users is no longer used yet there is a decent amount of code that still uses it.
It's also confusing that the table still exists.

It took me 2 hours to figure out the problem when I was saving a relationship between users and roles that I needed to use the acl_roles_users table.