emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master dbf55ec080: ; * test/lisp/progmodes/flymake-tests.el: remove dupl


From: Mattias Engdegård
Subject: master dbf55ec080: ; * test/lisp/progmodes/flymake-tests.el: remove duplicate function
Date: Thu, 13 Jan 2022 05:29:16 -0500 (EST)

branch: master
commit dbf55ec080b9770857631badf4ea13e15e71f611
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * test/lisp/progmodes/flymake-tests.el: remove duplicate function
---
 test/lisp/progmodes/flymake-tests.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/test/lisp/progmodes/flymake-tests.el 
b/test/lisp/progmodes/flymake-tests.el
index 0793b2bfda..ced7b5aace 100644
--- a/test/lisp/progmodes/flymake-tests.el
+++ b/test/lisp/progmodes/flymake-tests.el
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]