summaryrefslogtreecommitdiff
path: root/src/parser/cr-statement.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/cr-statement.c')
-rw-r--r--src/parser/cr-statement.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser/cr-statement.c b/src/parser/cr-statement.c
index 36458c9..88ef9c0 100644
--- a/src/parser/cr-statement.c
+++ b/src/parser/cr-statement.c
@@ -232,7 +232,6 @@ parse_page_end_page_cb (CRDocHandler *a_this,
g_return_if_fail (stmt->type == AT_PAGE_RULE_STMT);
status = cr_doc_handler_set_result (a_this, stmt) ;
- status = cr_doc_handler_set_result (a_this, NULL) ;
g_return_if_fail (status == CR_OK) ;
}