From 8d35387d9a708edebd172e59867f6e295597d7f6 Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Sat, 4 Apr 2009 22:48:25 +0000 Subject: [PATCH] Removing repository tags for things that won't update --- SQLite.xs | 3 +-- dbdimp.c | 1 - dbdimp.h | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/SQLite.xs b/SQLite.xs index 4bf70bc..fbe3230 100644 --- a/SQLite.xs +++ b/SQLite.xs @@ -1,4 +1,3 @@ -/* $Id: SQLite.xs,v 1.8 2005/06/20 13:53:00 matt Exp $ */ #include "SQLiteXS.h" @@ -10,7 +9,7 @@ PROTOTYPES: DISABLE BOOT: sv_setpv(get_sv("DBD::SQLite::sqlite_version", TRUE|GV_ADDMULTI), SQLITE_VERSION); - + AV * list_tables(dbh) SV *dbh diff --git a/dbdimp.c b/dbdimp.c index 686def5..7ced5bc 100644 --- a/dbdimp.c +++ b/dbdimp.c @@ -1,4 +1,3 @@ -/* $Id: dbdimp.c,v 1.64 2006/09/18 18:54:05 matt Exp $ */ #include "SQLiteXS.h" diff --git a/dbdimp.h b/dbdimp.h index ccc8a14..06656c6 100644 --- a/dbdimp.h +++ b/dbdimp.h @@ -1,4 +1,3 @@ -/* $Id: dbdimp.h,v 1.19 2006/09/07 23:24:27 matt Exp $ */ #ifndef _DBDIMP_H #define _DBDIMP_H 1