diff options
author | deva <deva> | 2009-07-30 16:52:54 +0000 |
---|---|---|
committer | deva <deva> | 2009-07-30 16:52:54 +0000 |
commit | 2ab16123cc7566b597da05a9a0cb98c33eceff35 (patch) | |
tree | 2337e58870ce05a5e16973efc99416bbe4576f50 /server/src/journal_commit.h | |
parent | 1569827e40b9a622c818b806b3a19ab12ff04eb4 (diff) |
Some cleaning up. Much more work to do in that area though, including writing of a new unit test program.
Diffstat (limited to 'server/src/journal_commit.h')
-rw-r--r-- | server/src/journal_commit.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/server/src/journal_commit.h b/server/src/journal_commit.h index 9122703..2d6e092 100644 --- a/server/src/journal_commit.h +++ b/server/src/journal_commit.h @@ -32,11 +32,7 @@ #include "transaction.h" -class ResumeEntry { -public: - std::string resume; - std::string macro; -}; +class ResumeEntry; class JournalWriter { public: |