summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-11-18 12:36:25 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2021-11-19 06:31:32 -0500
commitadd30a838867820788c871c1d034fcf68c2ad12c (patch)
tree7266dc18143c766f6242c6dc05835ea5c2793746 /src/util.h
parentb2c40314c7c8ae4b645f776f04dfe06983ad8ba3 (diff)
downloadlibgit2-ethomson/date.tar.gz
date: rfc2822 formatting uses a `git_buf` instead of a static stringethomson/date
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h
index 3d6ee1207..141779ade 100644
--- a/src/util.h
+++ b/src/util.h
@@ -37,8 +37,6 @@
# define GIT_CONTAINER_OF(ptr, type, member) (type *)(ptr)
#endif
-#define GIT_DATE_RFC2822_SZ 32
-
/**
* Return the length of a constant string.
* We are aware that `strlen` performs the same task and is usually