summaryrefslogtreecommitdiff
path: root/git-compat-util.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-03-10 19:13:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-03-10 19:13:48 (GMT)
commit08e21c9b5f3996152080ff22d33d9d2866a3dc26 (patch)
tree3bdc2b3e76ad26523ef7ea81a4ff199910384d6e /git-compat-util.h
parentc6f399c96f5a323a11f63a54553664c596bf0e2d (diff)
parent63ca1c099c36e61b0e9cd7fa0b912c0b9d89b628 (diff)
downloadgit-08e21c9b5f3996152080ff22d33d9d2866a3dc26.zip
git-08e21c9b5f3996152080ff22d33d9d2866a3dc26.tar.gz
git-08e21c9b5f3996152080ff22d33d9d2866a3dc26.tar.bz2
Merge branch 'ak/git-strip-extension-from-dashed-command' into maint
Code simplification. * ak/git-strip-extension-from-dashed-command: git.c: simplify stripping extension of a file in handle_builtin()
Diffstat (limited to 'git-compat-util.h')
-rw-r--r--git-compat-util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/git-compat-util.h b/git-compat-util.h
index 1459f9b..c07e0c1 100644
--- a/git-compat-util.h
+++ b/git-compat-util.h
@@ -333,10 +333,6 @@ extern char *gitdirname(char *);
#define _PATH_DEFPATH "/usr/local/bin:/usr/bin:/bin"
#endif
-#ifndef STRIP_EXTENSION
-#define STRIP_EXTENSION ""
-#endif
-
#ifndef has_dos_drive_prefix
static inline int git_has_dos_drive_prefix(const char *path)
{