aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
authorPaul Eggert2019-09-16 14:04:04 -0700
committerPaul Eggert2019-09-16 14:05:03 -0700
commit2c2f0eb9fcdfb644c106679999501b9c7edf51e2 (patch)
tree427a67f412721cb232fcc9e89df4d3b32a4d47ec /src/term.c
parent57ac6523af76efe6f6767c5480b2832cdd3adc4d (diff)
downloademacs-2c2f0eb9fcdfb644c106679999501b9c7edf51e2.tar.gz
emacs-2c2f0eb9fcdfb644c106679999501b9c7edf51e2.zip
Remove obsolete Lint directives
Most of the directives were wrong anyway. Apparently traditional lint hasn’t been used to check Emacs for years. * src/callint.c (Finteractive): * src/cm.c (evalcost): * src/emacs.c (main): * src/eval.c (call1, call2, call3, call4, call5, call6, call7, call8): * src/fns.c (concat2, concat3, nconc2): * src/term.c (calculate_ins_del_char_costs): Omit ARGSUSED comments. * src/eval.c (call1): Omit VARARGS comment.
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index a88d47f9238..5f70c7a3d4f 100644
--- a/src/term.c
+++ b/src/term.c
@@ -1084,7 +1084,6 @@ int *char_ins_del_vector;
1084 1084
1085#define char_ins_del_cost(f) (&char_ins_del_vector[FRAME_COLS ((f))]) 1085#define char_ins_del_cost(f) (&char_ins_del_vector[FRAME_COLS ((f))])
1086 1086
1087/* ARGSUSED */
1088static void 1087static void
1089calculate_ins_del_char_costs (struct frame *f) 1088calculate_ins_del_char_costs (struct frame *f)
1090{ 1089{