]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unused automatic variables
authorPhilipp Stephani <phst@google.com>
Sat, 20 May 2017 14:52:10 +0000 (16:52 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 21 May 2017 19:50:18 +0000 (21:50 +0200)
* nsterm.m (ns_read_socket):
* macfont.m (macfont_open): Remove unused automatic variables.

src/macfont.m
src/nsterm.m

index be8153390d2ac7252a3c8b55fc1a85ff4aedc6b1..4d310e47aec3ecee4416efc71dc70e5f7cbb7d8f 100644 (file)
@@ -2536,8 +2536,7 @@ macfont_open (struct frame * f, Lisp_Object entity, int pixel_size)
   int size;
   CTFontRef macfont;
   CTFontSymbolicTraits sym_traits;
-  char name[256];
-  int len, i, total_width;
+  int i, total_width;
   CGGlyph glyph;
   CGFloat ascent, descent, leading;
 
index 8b0c3cf249eb0c29b1454488610478f1357acefa..6e138b7eb6ce1cd460e8e75e78b2fe443625b5d9 100644 (file)
@@ -4247,7 +4247,6 @@ ns_read_socket (struct terminal *terminal, struct input_event *hold_quit)
         }
       else
         {
-          ptrdiff_t specpdl_count = SPECPDL_INDEX ();
           /* Run and wait for events.  We must always send one NX_APPDEFINED event
              to ourself, otherwise [NXApp run] will never exit.  */
           send_appdefined = YES;