diff options
Diffstat (limited to 'libpqpp/pq-connection.h')
-rw-r--r-- | libpqpp/pq-connection.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpqpp/pq-connection.h b/libpqpp/pq-connection.h index 4544b79..18a0198 100644 --- a/libpqpp/pq-connection.h +++ b/libpqpp/pq-connection.h @@ -48,7 +48,6 @@ namespace PQ { private: static bool checkResultInt(PGresult * res, int expected, int alternative); }; - typedef boost::shared_ptr<Connection> ConnectionPtr; } #endif |