]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/lisp/progmodes/flymake-tests.el: remove duplicate function
authorMattias Engdegård <mattiase@acm.org>
Thu, 13 Jan 2022 10:27:21 +0000 (11:27 +0100)
committerMattias Engdegård <mattiase@acm.org>
Thu, 13 Jan 2022 10:27:21 +0000 (11:27 +0100)
test/lisp/progmodes/flymake-tests.el

index 0793b2bfdabf2809fbeae4dae911db918971143e..ced7b5aacedb4e6603553525932ca9043e9ee7cb 100644 (file)
@@ -145,11 +145,6 @@ SEVERITY-PREDICATE is used to setup
   (string-match "[Cc]lang version "
                 (shell-command-to-string "gcc --version")))
 
-(defun flymake-tests--gcc-is-clang ()
-  "Whether the `gcc' command actually runs the Clang compiler."
-  (string-match "[Cc]lang version "
-                (shell-command-to-string "gcc --version")))
-
 (ert-deftest different-diagnostic-types ()
   "Test GCC warning via function predicate."
   (skip-unless (and (executable-find "gcc")