diff options
| author | Stefan Monnier | 2010-04-12 19:49:29 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-04-12 19:49:29 -0400 |
| commit | 01f5787b8a4c21a1414e9e5202323d56b4aea3b8 (patch) | |
| tree | cd2ccdd3c26f85eef53d64ad774b3c57b45adb08 /src/process.c | |
| parent | a544e7c143dc0db6b3f7a37a8fb51eec083f3479 (diff) | |
| download | emacs-01f5787b8a4c21a1414e9e5202323d56b4aea3b8.tar.gz emacs-01f5787b8a4c21a1414e9e5202323d56b4aea3b8.zip | |
* process.c (status_notify): Remove unused var `ro'.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/process.c b/src/process.c index 4a1f31f66e7..34aa2c4fcff 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -6982,13 +6982,11 @@ status_notify (deleting_process) | |||
| 6982 | when a process becomes runnable. */ | 6982 | when a process becomes runnable. */ |
| 6983 | else if (!EQ (symbol, Qrun) && !NILP (buffer)) | 6983 | else if (!EQ (symbol, Qrun) && !NILP (buffer)) |
| 6984 | { | 6984 | { |
| 6985 | Lisp_Object ro, tem; | 6985 | Lisp_Object tem; |
| 6986 | struct buffer *old = current_buffer; | 6986 | struct buffer *old = current_buffer; |
| 6987 | int opoint, opoint_byte; | 6987 | int opoint, opoint_byte; |
| 6988 | int before, before_byte; | 6988 | int before, before_byte; |
| 6989 | 6989 | ||
| 6990 | ro = XBUFFER (buffer)->read_only; | ||
| 6991 | |||
| 6992 | /* Avoid error if buffer is deleted | 6990 | /* Avoid error if buffer is deleted |
| 6993 | (probably that's why the process is dead, too) */ | 6991 | (probably that's why the process is dead, too) */ |
| 6994 | if (NILP (XBUFFER (buffer)->name)) | 6992 | if (NILP (XBUFFER (buffer)->name)) |