diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-05-10 17:41:10 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-05-10 17:41:10 -0700 |
commit | 88cbd17e87e1f1732ab922836a4a21f45a70dd58 (patch) | |
tree | db1c1e741b00c24b11c9612c89b41dd82861f581 /configure.ac | |
parent | e8005e4871f130c4e402ddca2032c111252f070a (diff) | |
parent | 0b75e5bf22d6c2ad0589990613478277a7a48c6f (diff) | |
download | git-88cbd17e87e1f1732ab922836a4a21f45a70dd58.tar.gz |
Merge branch 'ab/misc-cleanup'
Code clean-up.
* ab/misc-cleanup:
alloc.[ch]: remove alloc_report() function
object-store.h: remove unused has_sha1_file*()
pack-bitmap-write: remove unused bitmap_reset() function
xdiff/xmacros.h: remove unused XDL_PTRFREE
configure.ac: remove USE_PIC comment
run-command.h: remove always unused "clean_on_exit_handler_cbdata"
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 316a31d231..7dcd048204 100644 --- a/configure.ac +++ b/configure.ac @@ -1189,9 +1189,6 @@ AC_COMPILE_IFELSE([BSD_SYSCTL_SRC], GIT_CONF_SUBST([HAVE_BSD_SYSCTL]) ## Other checks. -# Define USE_PIC if you need the main git objects to be built with -fPIC -# in order to build and link perl/Git.so. x86-64 seems to need this. -# # Define NO_SYMLINK_HEAD if you never want .git/HEAD to be a symbolic link. # Enable it on Windows. By default, symrefs are still used. # |