lang/cc: remove redundant condition

This commit is contained in:
Henrik Lissner 2017-09-19 05:07:05 +02:00
parent b288f34f4e
commit ad8418a84b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -179,7 +179,6 @@ compilation database is present in the project.")
(def-package! company-irony-c-headers :after company-irony)
(def-package! company-glsl
:when (featurep! :completion company)
:after glsl-mode
:config
(if (executable-find "glslangValidator")