summaryrefslogtreecommitdiff
path: root/src/xact.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xact.h')
-rw-r--r--src/xact.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xact.h b/src/xact.h
index 59ddd1bc..7de30ee8 100644
--- a/src/xact.h
+++ b/src/xact.h
@@ -65,7 +65,6 @@ class xact_base_t : public item_t
{
public:
journal_t * journal;
-
posts_list posts;
xact_base_t() : item_t(), journal(NULL) {