Remove the basically-empty C library for now.

This commit is contained in:
Drew Galbraith 2023-11-24 08:48:16 -08:00
parent cbeb736e8c
commit 0915cf45dc
8 changed files with 13 additions and 40 deletions

View file

@ -2,7 +2,6 @@
#include <glacier/status/error.h>
#include <mammoth/util/debug.h>
#include <string.h>
#include <zcall.h>
AhciDevice::AhciDevice(AhciPort* port) : port_struct_(port) {