From 03d9fdd45a8b71d469ff182b36425a33395e9724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Mon, 6 Jul 2015 12:00:21 +0100 Subject: [PATCH] cleanups --- os/x.cpp | 7 ------- os/x.h | 11 ----------- 2 files changed, 18 deletions(-) delete mode 100644 os/x.cpp delete mode 100644 os/x.h diff --git a/os/x.cpp b/os/x.cpp deleted file mode 100644 index 969a38164..000000000 --- a/os/x.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include "x.h" - -x::x() -{ - -} - diff --git a/os/x.h b/os/x.h deleted file mode 100644 index 257f344f6..000000000 --- a/os/x.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef X_H -#define X_H - - -class x -{ -public: - x(); -}; - -#endif // X_H