]> code.delx.au - gnu-emacs/blobdiff - src/syntax.c
Omit IF_LINT code that no longer seems needed
[gnu-emacs] / src / syntax.c
index fc8c666cec4c227df6dd569d154c586178a59272..1c3f644aec561b16ad8eef3a95428c977abac133 100644 (file)
@@ -708,7 +708,7 @@ back_comment (ptrdiff_t from, ptrdiff_t from_byte, ptrdiff_t stop,
   ptrdiff_t comment_end = from;
   ptrdiff_t comment_end_byte = from_byte;
   ptrdiff_t comstart_pos = 0;
-  ptrdiff_t comstart_byte IF_LINT (= 0);
+  ptrdiff_t comstart_byte;
   /* Place where the containing defun starts,
      or 0 if we didn't come across it yet.  */
   ptrdiff_t defun_start = 0;