As per IRC, if you try to unset something that is stored inside the new phpbb_config class, the class will throw an error:
"Config values have to be deleted explicitly with the phpbb_config::delete($key) method."
There however isn't a phpbb_config::delete($key) method in the class.