LibC: Remove a leftover default_stream
Long ago, there was a fourth stdio default stream, stddbg, connected to the
debug console. It has since been replaced by the dbgputstr() and dbgputch()
syscalls.
https://github.com/SerenityOS/serenity/commit/3fce2fb205862b9a06a8e35745e26690f8beed3e
Remove the last remains of stddbg, as fd 3 is soon going to be reused for socket
takeover.