1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:57:44 +00:00

UserspaceEmulator: Remove remaining printf calls.

This commit is contained in:
asynts 2020-10-04 16:23:41 +02:00 committed by Andreas Kling
parent d5ffb51a83
commit e089855af0
4 changed files with 6 additions and 17 deletions

View file

@ -171,6 +171,4 @@ private:
FlatPtr m_signal_trampoline { 0 };
};
void report(const char*, ...);
}