diff --git a/src/filters.h b/src/filters.h index 7c1f169c..0dcf5e41 100644 --- a/src/filters.h +++ b/src/filters.h @@ -288,8 +288,7 @@ public: class anonymize_posts : public item_handler { temporaries_t temps; - - xact_t * last_xact; + xact_t * last_xact; anonymize_posts(); 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) {