aboutsummaryrefslogtreecommitdiff
path: root/cores/robot/Server.h
diff options
context:
space:
mode:
Diffstat (limited to 'cores/robot/Server.h')
-rw-r--r--cores/robot/Server.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/cores/robot/Server.h b/cores/robot/Server.h
deleted file mode 100644
index 9674c76..0000000
--- a/cores/robot/Server.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef server_h
-#define server_h
-
-class Server : public Print {
-public:
- virtual void begin() =0;
-};
-
-#endif