Use git config file for committer name and email info
[git.git] / read-cache.c
index 4ed369a..6932736 100644 (file)
@@ -5,7 +5,6 @@
  */
 #include "cache.h"
 
-int trust_executable_bit = 1;
 struct cache_entry **active_cache = NULL;
 unsigned int active_nr = 0, active_alloc = 0, active_cache_changed = 0;