summaryrefslogtreecommitdiff
path: root/libpqpp/pq-connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpqpp/pq-connection.h')
-rw-r--r--libpqpp/pq-connection.h1
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