aboutsummaryrefslogtreecommitdiffstats
path: root/g10/comment.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/comment.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/g10/comment.c b/g10/comment.c
index 77b9a7ece..fef831cc7 100644
--- a/g10/comment.c
+++ b/g10/comment.c
@@ -79,9 +79,6 @@ make_mpi_comment_node( const char *s, MPI a )
nb1 = mpi_get_nbits( a );
p = buf = mpi_get_buffer( a, &n1, NULL );
- for( ; !*p && n1; p++, n1-- ) /* skip leading null bytes */
- ;
-
pkt = m_alloc_clear( sizeof *pkt );
pkt->pkttype = PKT_COMMENT;
pkt->pkt.comment = m_alloc( sizeof *pkt->pkt.comment + n + 2 + n1 );