summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Jennings <mej@lbl.gov>2013-03-22 11:06:32 -0700
committerMichael Jennings <mej@lbl.gov>2013-03-22 11:06:32 -0700
commit8fabff39c7cb779069c4684a170702b369ba9163 (patch)
tree113bf787f14e51a7352c628ff5e6e63114eb01a9 /test
parent12e2329458361da47e42f1b6266280cf8902b7a5 (diff)
downloadlibast-8fabff39c7cb779069c4684a170702b369ba9163.tar.gz
Remove RCS keyword strings; Git doesn't support them.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
-rw-r--r--test/perf.c2
-rw-r--r--test/test.c2
3 files changed, 0 insertions, 6 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 77a8044..2fcf71d 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,5 +1,3 @@
-# $Id$
-
EXTRA_PROGRAMS = libast-test libast-perf
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/include/$(PACKAGE)
diff --git a/test/perf.c b/test/perf.c
index c0e9f11..7ff50d6 100644
--- a/test/perf.c
+++ b/test/perf.c
@@ -21,8 +21,6 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id$";
-
#if defined(HAVE_CONFIG_H) && (HAVE_CONFIG_H != 0)
# include <config.h>
#endif
diff --git a/test/test.c b/test/test.c
index 16d2a18..dbf6715 100644
--- a/test/test.c
+++ b/test/test.c
@@ -21,8 +21,6 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id$";
-
#if defined(HAVE_CONFIG_H) && (HAVE_CONFIG_H != 0)
# include <config.h>
#endif