Skip to content

Commit 8c02ecc

Browse files
carenasj6t
authored andcommitted
git-gui: remove uname_O in Makefile
Last used in ae49066 (git gui Makefile - remove Cygwin modifications, 2023-06-26), and unused since. Signed-off-by: Carlo Marcelo Arenas Belón <[email protected]> Signed-off-by: Johannes Sixt <[email protected]>
1 parent 436dad0 commit 8c02ecc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ GIT-VERSION-FILE: FORCE
1111
@$(SHELL_PATH) ./GIT-VERSION-GEN . $@
1212

1313
uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
14-
uname_O := $(shell sh -c 'uname -o 2>/dev/null || echo not')
1514
uname_R := $(shell sh -c 'uname -r 2>/dev/null || echo not')
1615

1716
SCRIPT_SH = git-gui.sh

0 commit comments

Comments
 (0)