Browse Source

Drop Emacs local variables lists redundant with .dir-locals.el

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Markus Armbruster 9 years ago
parent
commit
85aad98a0e
6 changed files with 0 additions and 54 deletions
  1. 0 9
      hw/pci-bridge/ioh3420.c
  2. 0 9
      hw/pci-bridge/xio3130_downstream.c
  3. 0 10
      hw/pci-bridge/xio3130_upstream.c
  4. 0 8
      include/qemu/acl.h
  5. 0 9
      monitor.c
  6. 0 9
      util/acl.c

+ 0 - 9
hw/pci-bridge/ioh3420.c

@@ -216,12 +216,3 @@ static void ioh3420_register_types(void)
 }
 }
 
 
 type_init(ioh3420_register_types)
 type_init(ioh3420_register_types)
-
-/*
- * Local variables:
- *  c-indent-level: 4
- *  c-basic-offset: 4
- *  tab-width: 8
- *  indent-tab-mode: nil
- * End:
- */

+ 0 - 9
hw/pci-bridge/xio3130_downstream.c

@@ -203,12 +203,3 @@ static void xio3130_downstream_register_types(void)
 }
 }
 
 
 type_init(xio3130_downstream_register_types)
 type_init(xio3130_downstream_register_types)
-
-/*
- * Local variables:
- *  c-indent-level: 4
- *  c-basic-offset: 4
- *  tab-width: 8
- *  indent-tab-mode: nil
- * End:
- */

+ 0 - 10
hw/pci-bridge/xio3130_upstream.c

@@ -174,13 +174,3 @@ static void xio3130_upstream_register_types(void)
 }
 }
 
 
 type_init(xio3130_upstream_register_types)
 type_init(xio3130_upstream_register_types)
-
-
-/*
- * Local variables:
- *  c-indent-level: 4
- *  c-basic-offset: 4
- *  tab-width: 8
- *  indent-tab-mode: nil
- * End:
- */

+ 0 - 8
include/qemu/acl.h

@@ -64,11 +64,3 @@ int qemu_acl_remove(qemu_acl *acl,
 		    const char *match);
 		    const char *match);
 
 
 #endif /* __QEMU_ACL_H__ */
 #endif /* __QEMU_ACL_H__ */
-
-/*
- * Local variables:
- *  c-indent-level: 4
- *  c-basic-offset: 4
- *  tab-width: 8
- * End:
- */

+ 0 - 9
monitor.c

@@ -4093,15 +4093,6 @@ static void sortcmdlist(void)
     qsort((void *)info_cmds, array_num, elem_size, compare_mon_cmd);
     qsort((void *)info_cmds, array_num, elem_size, compare_mon_cmd);
 }
 }
 
 
-
-/*
- * Local variables:
- *  c-indent-level: 4
- *  c-basic-offset: 4
- *  tab-width: 8
- * End:
- */
-
 /* These functions just adapt the readline interface in a typesafe way.  We
 /* These functions just adapt the readline interface in a typesafe way.  We
  * could cast function pointers but that discards compiler checks.
  * could cast function pointers but that discards compiler checks.
  */
  */

+ 0 - 9
util/acl.c

@@ -177,12 +177,3 @@ int qemu_acl_remove(qemu_acl *acl,
     }
     }
     return -1;
     return -1;
 }
 }
-
-
-/*
- * Local variables:
- *  c-indent-level: 4
- *  c-basic-offset: 4
- *  tab-width: 8
- * End:
- */