shithub: git9

Download patch

ref: 9d5b7ea0c9843da1ec5fb8a1357dc9c2ec9fa86d
parent: ae28087bdc48c8cebeed30d515490af303a4d241
author: Ori Bernstein <ori@eigenstate.org>
date: Fri Oct 18 22:47:09 EDT 2019

Remove dead macro

--- a/git.h
+++ b/git.h
@@ -179,7 +179,6 @@
 	} while(0)
 
 #define QDIR(qid)	((int)(qid)->path & (0xff))
-#define _QPATH(id, dt)	(((uvlong)(id) << 8) | ((dt) & 0x7f))
 #define isblank(c) \
 	(((c) != '\n') && isspace(c))