summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2017-08-08 12:55:55 +0300
committerDan McDonald <danmcd@joyent.com>2017-11-27 11:05:17 -0500
commit3c0e18f37537a4cc1475e6f715030b5457141261 (patch)
treec011670b9585bc543d66a0105d3ac8b4fed173cf /usr/src
parent8659a363582025a151043e8e5450174179fd637b (diff)
downloadillumos-joyent-3c0e18f37537a4cc1475e6f715030b5457141261.tar.gz
8836 libsum: 'id' defined but not used
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/lib/libsum/common/sumlib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/lib/libsum/common/sumlib.c b/usr/src/lib/libsum/common/sumlib.c
index cbffca92fa..7b87c93986 100644
--- a/usr/src/lib/libsum/common/sumlib.c
+++ b/usr/src/lib/libsum/common/sumlib.c
@@ -25,8 +25,6 @@
* man this is sum library
*/
-static const char id[] = "\n@(#)$Id: sumlib (AT&T Research) 2009-09-28 $\0\n";
-
#define _SUM_PRIVATE_ \
struct Method_s* method; \
uintmax_t total_count; \