diff options
| -rw-r--r-- | sh/fake-symlinks.sh | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sh/fake-symlinks.sh b/sh/fake-symlinks.sh index 584de4ae..3a0b3e5b 100644 --- a/sh/fake-symlinks.sh +++ b/sh/fake-symlinks.sh @@ -118,12 +118,6 @@ ln_env() { else ENABLE_GUILE= fi - - if [ -n "${C_PROJECT[$PROJECT]}" ]; then - ENABLE_C=1 - else - ENABLE_C= - fi } ln_init() { @@ -182,10 +176,6 @@ ln_ci() { ln_simple_makefile() { sed_if_not Makefile - - if [ -n "$ENABLE_C" ]; then - cp_all aux/assert-clang-format.sh - fi } enforce_uniform_manpages() { @@ -293,14 +283,6 @@ declare -A GUILE_PROJECTS=( [songbooks]=1 ) -declare -A C_PROJECT=( - [remembering]=1 - [gluilo]=1 - [konformigado]=1 - [libedn]=1 - [fallible]=1 -) - ln_all() { LN_FN="$1" shift |
