Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
archive.c: make archiver static
author
Nanako Shiraishi
<nanako3@lavabit.com>
Thu, 2 Oct 2008 10:14:33 +0000
(19:14 +0900)
committer
Shawn O. Pearce
<spearce@spearce.org>
Fri, 3 Oct 2008 01:03:35 +0000
(18:03 -0700)
This variable is not used anywhere outside.
Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
archive.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
c5ae643
)
diff --git
a/archive.c
b/archive.c
index e2280df56723809c5af1d566f0721e2639fff10c..44ab008039854b7c585adf53bee195b81f4e18c7 100644
(file)
--- a/
archive.c
+++ b/
archive.c
@@
-15,7
+15,7
@@
static char const * const archive_usage[] = {
#define USES_ZLIB_COMPRESSION 1
-const struct archiver {
+
static
const struct archiver {
const char *name;
write_archive_fn_t write_archive;
unsigned int flags;