From 39b43b676e9aa8f549fea6fca7a6b7fd7891de69 Mon Sep 17 00:00:00 2001 From: vin Date: Mon, 15 Jan 2024 18:52:15 -0500 Subject: remove more unused libraries --- lib/usbhost/arduino-1.0.1/cores/arduino/Server.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 lib/usbhost/arduino-1.0.1/cores/arduino/Server.h (limited to 'lib/usbhost/arduino-1.0.1/cores/arduino/Server.h') diff --git a/lib/usbhost/arduino-1.0.1/cores/arduino/Server.h b/lib/usbhost/arduino-1.0.1/cores/arduino/Server.h deleted file mode 100644 index 9674c76269..0000000000 --- a/lib/usbhost/arduino-1.0.1/cores/arduino/Server.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef server_h -#define server_h - -class Server : public Print { -public: - virtual void begin() =0; -}; - -#endif -- cgit v1.2.3