emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111460: src/w32.c, src/w32term.c: Re


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111460: src/w32.c, src/w32term.c: Remove unused local variables.
Date: Wed, 09 Jan 2013 16:07:01 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111460
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2013-01-09 16:07:01 +0100
message:
  src/w32.c, src/w32term.c: Remove unused local variables.
modified:
  src/ChangeLog
  src/w32.c
  src/w32term.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-01-09 14:08:49 +0000
+++ b/src/ChangeLog     2013-01-09 15:07:01 +0000
@@ -1,3 +1,8 @@
+2013-01-09  Juanma Barranquero  <address@hidden>
+
+       * w32.c (get_name_and_id, acl_set_file):
+       * w32term.c (w32fullscreen_hook): Remove unused local variables.
+
 2013-01-09  Dmitry Antipov  <address@hidden>
 
        * lisp.h (make_gap_1): New prototype.

=== modified file 'src/w32.c'
--- a/src/w32.c 2013-01-02 16:13:04 +0000
+++ b/src/w32.c 2013-01-09 15:07:01 +0000
@@ -3648,7 +3648,6 @@
 get_name_and_id (PSECURITY_DESCRIPTOR psd, unsigned *id, char *nm, int what)
 {
   PSID sid = NULL;
-  char machine[MAX_COMPUTERNAME_LENGTH+1];
   BOOL dflt;
   SID_NAME_USE ignore;
   char name[UNLEN+1];
@@ -4800,7 +4799,6 @@
 {
   TOKEN_PRIVILEGES old1, old2;
   DWORD err;
-  BOOL res;
   int st = 0, retval = -1;
   SECURITY_INFORMATION flags = 0;
   PSID psid;

=== modified file 'src/w32term.c'
--- a/src/w32term.c     2013-01-04 19:22:37 +0000
+++ b/src/w32term.c     2013-01-09 15:07:01 +0000
@@ -5652,7 +5652,7 @@
 static void
 w32fullscreen_hook (FRAME_PTR f)
 {
-  static int normal_width, normal_height, normal_top, normal_left;
+  static int normal_width, normal_height;
 
   if (f->async_visible)
     {


reply via email to

[Prev in Thread] Current Thread [Next in Thread]