Drop Emacs local variables lists redundant with .dir-locals.el
authorMarkus Armbruster <armbru@redhat.com>
Tue, 28 Jun 2016 14:58:25 +0000 (16:58 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 12 Jul 2016 14:19:16 +0000 (16:19 +0200)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
hw/pci-bridge/ioh3420.c
hw/pci-bridge/xio3130_downstream.c
hw/pci-bridge/xio3130_upstream.c
include/qemu/acl.h
monitor.c
util/acl.c

index 93c6f0b7a2dd3dda5a58cf5bc69c1cac8f7b5a5d..0444b596c6a44e117a61a7ef9bb8551e8e1feba0 100644 (file)
@@ -216,12 +216,3 @@ static void ioh3420_register_types(void)
 }
 
 type_init(ioh3420_register_types)
-
-/*
- * Local variables:
- *  c-indent-level: 4
- *  c-basic-offset: 4
- *  tab-width: 8
- *  indent-tab-mode: nil
- * End:
- */
index f6149a302d8e39737e1af4713bfc9903d949d603..cef6e1325ebf1a1caee32124d8520bbab6208df4 100644 (file)
@@ -203,12 +203,3 @@ static void xio3130_downstream_register_types(void)
 }
 
 type_init(xio3130_downstream_register_types)
-
-/*
- * Local variables:
- *  c-indent-level: 4
- *  c-basic-offset: 4
- *  tab-width: 8
- *  indent-tab-mode: nil
- * End:
- */
index 487edacc1d6a39a5f1fbf210bd384c2085d73f1a..4ad0440aa164b308aeec378c9f8dab17a83270e0 100644 (file)
@@ -174,13 +174,3 @@ static void xio3130_upstream_register_types(void)
 }
 
 type_init(xio3130_upstream_register_types)
-
-
-/*
- * Local variables:
- *  c-indent-level: 4
- *  c-basic-offset: 4
- *  tab-width: 8
- *  indent-tab-mode: nil
- * End:
- */
index 116487e28231f6e095cf8845e51a8e6092267c98..4a403b71cd5ce9e37d733b7d9eadb792975846df 100644 (file)
@@ -64,11 +64,3 @@ int qemu_acl_remove(qemu_acl *acl,
                    const char *match);
 
 #endif /* __QEMU_ACL_H__ */
-
-/*
- * Local variables:
- *  c-indent-level: 4
- *  c-basic-offset: 4
- *  tab-width: 8
- * End:
- */
index d6335d3da4235e9776909241c65290f3e5bd9f25..d0ff246a163cbfe2f21a6f173b68981bf4649d38 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -4093,15 +4093,6 @@ static void sortcmdlist(void)
     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
  * could cast function pointers but that discards compiler checks.
  */
index 723b6a89b42e5c5f6a9b520b7eee75487fda383e..c105addadcbad8b6c9a6aab66e45273a8777e18d 100644 (file)
@@ -177,12 +177,3 @@ int qemu_acl_remove(qemu_acl *acl,
     }
     return -1;
 }
-
-
-/*
- * Local variables:
- *  c-indent-level: 4
- *  c-basic-offset: 4
- *  tab-width: 8
- * End:
- */