summary refs log tree commit diff stats
path: root/monitor.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2016-06-28 16:58:25 +0200
committerMarkus Armbruster <armbru@redhat.com>2016-07-12 16:19:16 +0200
commit85aad98a0e0a93c146fd4c306114f23824a3db5f (patch)
tree213412e911f95dcc7c770f460a09c7e74fa74076 /monitor.c
parent20668fdebdbb718238c7e80febd0249b5691c99f (diff)
downloadfocaccia-qemu-85aad98a0e0a93c146fd4c306114f23824a3db5f.tar.gz
focaccia-qemu-85aad98a0e0a93c146fd4c306114f23824a3db5f.zip
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>
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/monitor.c b/monitor.c
index d6335d3da4..d0ff246a16 100644
--- 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.
  */