From 2faba19dbf6898bb0b260d07570926dfe111ca74 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Wed, 7 Nov 2001 15:34:05 +0000 Subject: [PATCH] remove dead remark git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5786 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/backend/postgres/PostgresBackend.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/postgres/PostgresBackend.c b/src/backend/postgres/PostgresBackend.c index 94cace3002..cd4396aa93 100644 --- a/src/backend/postgres/PostgresBackend.c +++ b/src/backend/postgres/PostgresBackend.c @@ -389,7 +389,6 @@ pgendFillOutToCheckpoint (PGBackend *be, const char *query_string) pgendCopySplitsToEngine (be, trans); } - /* hack alert !! deal with kvp later -- huge sucking sound ! */ /* restore any kvp data associated with the transaction and splits */ for (node=xaction_list; node; node=node->next) {