diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2014-10-03 23:03:01 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2014-10-03 23:03:01 +0000 |
commit | d6b988a34746d83f5e68b6d8aa4914896984b8ee (patch) | |
tree | d0880ca27d7d1233ed7c49bdc940218883beac96 /Makefile.config.in | |
parent | f159de96bd89d69dd9b9bb61639dbd9c1ee24415 (diff) |
Remove unused ALL_BINDINGS configuration variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219035 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index b98ebc6f017..6d28a47e6ab 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -370,7 +370,6 @@ HUGE_VAL_SANITY = @HUGE_VAL_SANITY@ # Bindings that we should build BINDINGS_TO_BUILD := @BINDINGS_TO_BUILD@ -ALL_BINDINGS := @ALL_BINDINGS@ OCAML_LIBDIR := @OCAML_LIBDIR@ # When compiling under Mingw/Cygwin, executables such as tblgen |