summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/TxnHandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/TxnHandle.h')
-rw-r--r--cpp/src/qpid/broker/TxnHandle.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/TxnHandle.h b/cpp/src/qpid/broker/TxnHandle.h
index 814b4ea0b3..5981b89026 100644
--- a/cpp/src/qpid/broker/TxnHandle.h
+++ b/cpp/src/qpid/broker/TxnHandle.h
@@ -45,8 +45,6 @@ public:
bool is2pc() const;
private:
- typedef qpid::asyncStore::TxnHandleImpl Impl;
- Impl* impl;
friend class qpid::messaging::PrivateImplRef<TxnHandle>;
};