diff options
| author | Paul Eggert | 2011-03-15 11:08:50 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-15 11:08:50 -0700 |
| commit | ded6f8f72e83259be778eae9411c1855ef3a0081 (patch) | |
| tree | c4061f216ff4f1f2d27b66a8a46a57109f2c057e /src/search.c | |
| parent | dbd37a958fc17c793003ea95ad61ae51cff5ff45 (diff) | |
| download | emacs-ded6f8f72e83259be778eae9411c1855ef3a0081.tar.gz emacs-ded6f8f72e83259be778eae9411c1855ef3a0081.zip | |
* search.c (simple_search): Remove unused var.
Diffstat (limited to 'src/search.c')
| -rw-r--r-- | src/search.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c index dceff94da72..dbc82bdb3d9 100644 --- a/src/search.c +++ b/src/search.c | |||
| @@ -1554,7 +1554,6 @@ simple_search (EMACS_INT n, unsigned char *pat, | |||
| 1554 | 1554 | ||
| 1555 | while (this_len > 0) | 1555 | while (this_len > 0) |
| 1556 | { | 1556 | { |
| 1557 | int charlen; | ||
| 1558 | int pat_ch, buf_ch; | 1557 | int pat_ch, buf_ch; |
| 1559 | 1558 | ||
| 1560 | DEC_BOTH (this_pos, this_pos_byte); | 1559 | DEC_BOTH (this_pos, this_pos_byte); |