mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:57:45 +00:00
AK: Remove unused AK::not_implemented()
Whatever this was supposed to be, it was ironically... not implemented.
This commit is contained in:
parent
14dc323f4d
commit
e33bbdb6ba
2 changed files with 2 additions and 9 deletions
|
@ -15,10 +15,3 @@
|
|||
|
||||
#endif
|
||||
|
||||
namespace AK {
|
||||
|
||||
inline void not_implemented() { ASSERT(false); }
|
||||
|
||||
}
|
||||
|
||||
using AK::not_implemented;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue