Splint fiddles.
authorjbj <devnull@localhost>
Sat, 9 Oct 2004 18:32:24 +0000 (18:32 +0000)
committerjbj <devnull@localhost>
Sat, 9 Oct 2004 18:32:24 +0000 (18:32 +0000)
CVS patchset: 7439
CVS date: 2004/10/09 18:32:24

rpmio/rpmpgp.c

index d97c01c..4d98472 100644 (file)
@@ -1309,9 +1309,7 @@ char * pgpArmorWrap(int atype, const unsigned char * s, size_t ns)
     t = stpcpy(t, "-----\n");
 /*@=boundswrite@*/
 
-/*@-globstate@*/       /* XXX b64encode_eolstr */
     return val;
-/*@=globstate@*/
 }
 
 /*@=boundsread@*/