mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-08 16:12:23 +02:00
That API came from a mistake in the IDL compiler, where reflected nullable attributes would try to call set_attribute(name, null). This commit fixes the mistake in the IDL generator, and removes the meaningless API.