aboutsummaryrefslogtreecommitdiffstats
path: root/g10/armor.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/armor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/g10/armor.c b/g10/armor.c
index 848019018..9fd175fbf 100644
--- a/g10/armor.c
+++ b/g10/armor.c
@@ -653,8 +653,6 @@ fake_packet( armor_filter_context_t *afx, IOBUF a,
fhdr_state_t state = afx->parse_state;
unsigned emplines = afx->empty;
- size = 100; /* FIXME: only used for testing (remove it) */
-
len = 2; /* reserve 2 bytes for the length header */
size -= 3; /* and 1 for empline handling and 2 for the term header */
while( !rc && len < size ) {