summaryrefslogtreecommitdiff
path: root/src/libicalvcal
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2014-09-14 10:29:08 -0400
committerAllen Winter <allen.winter@kdab.com>2014-09-14 10:29:08 -0400
commit9eb5fa38dc2c6f01ad512d492236ada4ac7d7813 (patch)
tree327c83eae481d44dd09d45b61270c0764cc8d17a /src/libicalvcal
parentf16e0d712f81fafef3c1cad7657faf90e06ccd06 (diff)
downloadlibical-git-9eb5fa38dc2c6f01ad512d492236ada4ac7d7813.tar.gz
remove unused consts, as found using clang 3.4 (on Travis)
Diffstat (limited to 'src/libicalvcal')
-rw-r--r--src/libicalvcal/vcc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libicalvcal/vcc.c b/src/libicalvcal/vcc.c
index 272531c6..63e6c1d9 100644
--- a/src/libicalvcal/vcc.c
+++ b/src/libicalvcal/vcc.c
@@ -1,7 +1,3 @@
-#ifndef lint
-static const char yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93";
-#endif
-
#include <stdlib.h>
#include <string.h>
#include <stddef.h> /* for ptrdiff_h */