version.diff from Nirgal, remove old version control stuff

This commit is contained in:
Brian Bruns
2011-08-10 18:01:51 -04:00
committed by Brian Bruns
parent 49a395b3c6
commit ee1b13b68f
4 changed files with 1 additions and 15 deletions

View File

@@ -27,9 +27,6 @@
#include "connectparams.h"
static char software_version[] = "$Id: odbc.c,v 1.31 2007/03/18 14:11:43 brianb Exp $";
static void *no_unused_var_warn[] = {software_version,
no_unused_var_warn};
static iconv_t iconv_in,iconv_out;
static SQLSMALLINT _odbc_get_client_type(int srv_type);

View File

@@ -23,11 +23,6 @@
#include <stdio.h>
static char software_version[] = "$Id: unittest.c,v 1.8 2005/04/29 03:08:22 whydoubt Exp $";
static void *no_unused_var_warn[] = {software_version,
no_unused_var_warn};
#define SALES_PERSON_LEN 2
#define STATUS_LEN 6