svn commit: r276882 - head/lib/libedit

Baptiste Daroussin bapt at FreeBSD.org
Fri Jan 9 07:48:23 UTC 2015


Author: bapt
Date: Fri Jan  9 07:48:22 2015
New Revision: 276882
URL: https://svnweb.freebsd.org/changeset/base/276882

Log:
  Remove junk added during testing phase

Modified:
  head/lib/libedit/eln.c

Modified: head/lib/libedit/eln.c
==============================================================================
--- head/lib/libedit/eln.c	Fri Jan  9 07:40:56 2015	(r276881)
+++ head/lib/libedit/eln.c	Fri Jan  9 07:48:22 2015	(r276882)
@@ -77,7 +77,6 @@ public const char *
 el_gets(EditLine *el, int *nread)
 {
 	const wchar_t *tmp;
-	const char *ret;
 	int nwread;
 
 	*nread = 0;


More information about the svn-src-all mailing list