summaryrefslogtreecommitdiff
path: root/common/definition/test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/definition/test.hxx')
-rw-r--r--common/definition/test.hxx26
1 files changed, 0 insertions, 26 deletions
diff --git a/common/definition/test.hxx b/common/definition/test.hxx
deleted file mode 100644
index 38fc02a..0000000
--- a/common/definition/test.hxx
+++ /dev/null
@@ -1,26 +0,0 @@
-// file : common/definition/test.hxx
-// license : GNU GPL v2; see accompanying LICENSE file
-
-#ifndef TEST_HXX
-#define TEST_HXX
-
-#ifdef _WIN32
-# include <winsock2.h> // timeval
-#else
-# include <sys/time.h> // timeval
-#endif
-
-#include <odb/core.hxx>
-
-#include "time-mapping.hxx"
-
-#pragma db object
-struct object
-{
- #pragma db id auto
- unsigned long id;
-
- timeval time;
-};
-
-#endif // TEST_HXX