diff options
| author | Eli Zaretskii | 2001-01-02 14:10:36 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-01-02 14:10:36 +0000 |
| commit | 87ba0a6bc7895f6d37654d242014e46c7c5da6ff (patch) | |
| tree | 82a656e5eb04e91f1da11608d58da265b62b7fa3 /src | |
| parent | aebfea6874d93550202b2693e5031ffc56041f7f (diff) | |
| download | emacs-87ba0a6bc7895f6d37654d242014e46c7c5da6ff.tar.gz emacs-87ba0a6bc7895f6d37654d242014e46c7c5da6ff.zip | |
(make_gap): Remove unused variable `result'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/insdel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/insdel.c b/src/insdel.c index e89ad9292bf..5574f850e83 100644 --- a/src/insdel.c +++ b/src/insdel.c | |||
| @@ -522,7 +522,6 @@ void | |||
| 522 | make_gap (nbytes_added) | 522 | make_gap (nbytes_added) |
| 523 | int nbytes_added; | 523 | int nbytes_added; |
| 524 | { | 524 | { |
| 525 | unsigned char *result; | ||
| 526 | Lisp_Object tem; | 525 | Lisp_Object tem; |
| 527 | int real_gap_loc; | 526 | int real_gap_loc; |
| 528 | int real_gap_loc_byte; | 527 | int real_gap_loc_byte; |