]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove redundant 'msft' compilation error rule (bug#39595)
authorMattias Engdegård <mattiase@acm.org>
Fri, 14 Feb 2020 19:25:57 +0000 (20:25 +0100)
committerMattias Engdegård <mattiase@acm.org>
Fri, 14 Feb 2020 19:25:57 +0000 (20:25 +0100)
When the 'msft' rule was moved and modified, the old copy was left
in place by mistake.

* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):
Remove old rule.

lisp/progmodes/compile.el

index a7350f42c24d2ef454758119b4fbbbc6611650f2..48ac85a73b746cdaeb6815269a79c63135aab359 100644 (file)
@@ -391,13 +391,6 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
     (mips-2
      " in \\([^()\n ]+\\)(\\([0-9]+\\))$" 1 2)
 
-    (msft
-     ;; The message may be a "warning", "error", or "fatal error" with
-     ;; an error code, or "see declaration of" without an error code.
-     "^ *\\([0-9]+>\\)?\\(\\(?:[a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)) \
-: \\(?:see declaration\\|\\(?:warnin\\(g\\)\\|[a-z ]+\\) C[0-9]+:\\)"
-     2 3 nil (4))
-
     (omake
      ;; "omake -P" reports "file foo changed"
      ;; (useful if you do "cvs up" and want to see what has changed)