summaryrefslogtreecommitdiff
path: root/tests/FilesystemTest/src/File.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FilesystemTest/src/File.cc')
-rw-r--r--tests/FilesystemTest/src/File.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/FilesystemTest/src/File.cc b/tests/FilesystemTest/src/File.cc
deleted file mode 100644
index 8f3b528..0000000
--- a/tests/FilesystemTest/src/File.cc
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "File.h"
-
-File::File(const char *Path)
-{
- //ctor
-}
-
-File::~File()
-{
- //dtor
-}