* process.c (status_notify): Remove unused var `ro'.

This commit is contained in:
Stefan Monnier 2010-04-12 19:49:29 -04:00
parent a544e7c143
commit 01f5787b8a
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
* process.c (status_notify): Remove unused var `ro'.
2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
* xfns.c (select_visual): Don't call error if XGetVisualInfo returns

View file

@ -6982,13 +6982,11 @@ status_notify (deleting_process)
when a process becomes runnable. */
else if (!EQ (symbol, Qrun) && !NILP (buffer))
{
Lisp_Object ro, tem;
Lisp_Object tem;
struct buffer *old = current_buffer;
int opoint, opoint_byte;
int before, before_byte;
ro = XBUFFER (buffer)->read_only;
/* Avoid error if buffer is deleted
(probably that's why the process is dead, too) */
if (NILP (XBUFFER (buffer)->name))