]> matita.cs.unibo.it Git - helm.git/commitdiff
unused componentsConf module removed
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Tue, 10 Jan 2023 17:28:41 +0000 (18:28 +0100)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 14 Feb 2023 14:23:42 +0000 (15:23 +0100)
matita/components/extlib/componentsConf.ml [deleted file]
matita/components/extlib/componentsConf.ml.in [deleted file]
matita/components/extlib/componentsConf.mli [deleted file]
matita/components/extlib/dune

diff --git a/matita/components/extlib/componentsConf.ml b/matita/components/extlib/componentsConf.ml
deleted file mode 100644 (file)
index 29adb1d..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-(* Copyright (C) 2006, HELM Team.
- * 
- * This file is part of HELM, an Hypertextual, Electronic
- * Library of Mathematics, developed at the Computer Science
- * Department, University of Bologna, Italy.
- * 
- * HELM is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- * 
- * HELM is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with HELM; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
- * MA  02111-1307, USA.
- * 
- * For details, see the HELM World-Wide-Web page,
- * http://helm.cs.unibo.it/
- *)
-
-let debug = true
-let profiling = debug
-let src_root = "/home/claudio/ricerca/matita5/helm/matita"
-
diff --git a/matita/components/extlib/componentsConf.ml.in b/matita/components/extlib/componentsConf.ml.in
deleted file mode 100644 (file)
index c24b74e..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-(* Copyright (C) 2006, HELM Team.
- * 
- * This file is part of HELM, an Hypertextual, Electronic
- * Library of Mathematics, developed at the Computer Science
- * Department, University of Bologna, Italy.
- * 
- * HELM is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- * 
- * HELM is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with HELM; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
- * MA  02111-1307, USA.
- * 
- * For details, see the HELM World-Wide-Web page,
- * http://helm.cs.unibo.it/
- *)
-
-let debug = @DEBUG@
-let profiling = debug
-let src_root = "@SRCROOT@"
-
diff --git a/matita/components/extlib/componentsConf.mli b/matita/components/extlib/componentsConf.mli
deleted file mode 100644 (file)
index 3d8548c..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-(* Copyright (C) 2006, HELM Team.
- * 
- * This file is part of HELM, an Hypertextual, Electronic
- * Library of Mathematics, developed at the Computer Science
- * Department, University of Bologna, Italy.
- * 
- * HELM is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- * 
- * HELM is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with HELM; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
- * MA  02111-1307, USA.
- * 
- * For details, see the HELM World-Wide-Web page,
- * http://helm.cs.unibo.it/
- *)
-
-(** {2 Compile time components configuration}
- *
- * This module does not really belong to the extlib (where it is actually
- * located) it is here just because it's the first in the component dependencies
- * graph *)
-
-val debug: bool
-val profiling: bool
-
-  (** absolute path of the helm/software directory, only for development use *)
-val src_root: string
-
index c10cd818e1bdea101943c9f309549e0a60ff88b0..69b5fbe48db2999f1f44e477f4171d4cefaa65b9 100644 (file)
@@ -1,7 +1,7 @@
 (library
  (name helm_extlib)
  (libraries str unix camlp-streams camlp5.gramlib) ; camlp-streams should be pulled in by camlp5...
- (modules (:standard \ componentsConf))
+ (modules (:standard))
  (wrapped false))
 (env
   (_