source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Lint fixes (noops).
@ 2010-05-31 23:49 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-05-31 23:49 UTC (permalink / raw)
  To: source

Log Message:
-----------
Lint fixes (noops).

Modified Files:
--------------
    mdocml:
        mdoc_macro.c

Revision Data
-------------
Index: mdoc_macro.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_macro.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -Lmdoc_macro.c -Lmdoc_macro.c -u -p -r1.78 -r1.79
--- mdoc_macro.c
+++ mdoc_macro.c
@@ -1683,13 +1683,13 @@ phrase(struct mdoc *m, int line, int ppo
 }
 
 
+/* ARGSUSED */
 static int
 phrase_ta(MACRO_PROT_ARGS)
 {
 	int		  la;
 	enum mdoct	  ntok;
 	enum margserr	  ac;
-	struct mdoc_node *n;
 	char		 *p;
 
 	/*
@@ -1697,7 +1697,6 @@ phrase_ta(MACRO_PROT_ARGS)
 	 * it should simply error out with ARGSLOST.
 	 */
 
-	n = m->last;
 	if ( ! rew_sub(MDOC_BODY, m, MDOC_It, line, ppos))
 		return(0);
 	if ( ! mdoc_body_alloc(m, line, ppos, MDOC_It))
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-31 23:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-31 23:49 mdocml: Lint fixes (noops) kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).