aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/pgsql/details/endian-traits.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/odb/pgsql/details/endian-traits.hxx b/odb/pgsql/details/endian-traits.hxx
index 5e29fb8..1fc8df0 100644
--- a/odb/pgsql/details/endian-traits.hxx
+++ b/odb/pgsql/details/endian-traits.hxx
@@ -21,8 +21,6 @@ namespace odb
{
namespace details
{
- // @@ Revise this.
- //
using namespace odb::details;
template <typename T, std::size_t S = sizeof (T)>
@@ -136,7 +134,6 @@ namespace odb
static const endian host_endian;
public:
-
template <typename T>
static T
hton (T x)