summaryrefslogtreecommitdiff
path: root/common/section/polymorphism/test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/section/polymorphism/test.hxx')
-rw-r--r--common/section/polymorphism/test.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/section/polymorphism/test.hxx b/common/section/polymorphism/test.hxx
index 7db7118..6d524bd 100644
--- a/common/section/polymorphism/test.hxx
+++ b/common/section/polymorphism/test.hxx
@@ -4,8 +4,6 @@
#ifndef TEST_HXX
#define TEST_HXX
-#include <common/config.hxx> // HAVE_CXX11
-
#include <string>
#include <vector>
#include <memory>
@@ -501,7 +499,6 @@ namespace test8
// objects derive polymorphically from the same base (and thus shared the id
// bindind).
//
-#ifdef HAVE_CXX11
#pragma db namespace table("t9_")
namespace test9
{
@@ -541,6 +538,5 @@ namespace test9
elements e2;
};
}
-#endif
#endif // TEST_HXX