aboutsummaryrefslogtreecommitdiffstats
path: root/cache.h
diff options
context:
space:
mode:
authorPetr Baudis <pasky@ucw.cz>2005-05-15 12:38:55 +0200
committerPetr Baudis <xpasky@machine.sinus.cz>2005-05-15 12:38:55 +0200
commit7ab6f3d437b9dbe5c139162777ee46d224371ee7 (patch)
treee944c4a9ffefb6921e8366fb3c15c24cf0464d75 /cache.h
parentdbbce55b3a1129fcc6c5141dd5b8053512286b83 (diff)
downloadgit-7ab6f3d437b9dbe5c139162777ee46d224371ee7.tar.gz
Remove obsolete note about native CPU byte format
Comment in entry.h said that the cache contents is in the native CPU byte format, which is really not true anymore for quite some time.
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cache.h b/cache.h
index 1baec8e6e4..041ec0b2b0 100644
--- a/cache.h
+++ b/cache.h
@@ -40,10 +40,6 @@ extern char *gitenv_bc(const char *);
/*
* Basic data structures for the directory cache
- *
- * NOTE NOTE NOTE! This is all in the native CPU byte format. It's
- * not even trying to be portable. It's trying to be efficient. It's
- * just a cache, after all.
*/
#define CACHE_SIGNATURE 0x44495243 /* "DIRC" */