Mercurial > emacs
changeset 43478:6b55f979d4ed
(enter_timestamp): Remove unused static variable to prevent warning.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sat, 23 Feb 2002 16:28:28 +0000 |
parents | 5dc288e4ec82 |
children | 4cedb4e5510e |
files | src/w32term.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32term.c Sat Feb 23 10:55:47 2002 +0000 +++ b/src/w32term.c Sat Feb 23 16:28:28 2002 +0000 @@ -8535,12 +8535,6 @@ /* The main W32 event-reading loop - w32_read_socket. */ -/* Time stamp of enter window event. This is only used by w32_read_socket, - but we have to put it out here, since static variables within functions - sometimes don't work. */ - -static Time enter_timestamp; - /* Record the last 100 characters stored to help debug the loss-of-chars-during-GC problem. */