aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-par-compile.el
diff options
context:
space:
mode:
Diffstat (limited to 'coq/coq-par-compile.el')
-rw-r--r--coq/coq-par-compile.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/coq/coq-par-compile.el b/coq/coq-par-compile.el
index 2d08c218..109b2c2d 100644
--- a/coq/coq-par-compile.el
+++ b/coq/coq-par-compile.el
@@ -221,12 +221,6 @@
;;; Variables
-(defcustom coq-max-background-compilation-jobs 1
- "Maximal number of background compilation jobs."
- :type 'integer
- :safe (lambda (v) (and (integerp v) (> v 0)))
- :group 'coq-auto-compile)
-
(defvar coq-par-ancestor-files nil
"Hash remembering the state of locked ancestor files.
This hash maps true file names (in the sense of `file-truename')