remove static char rcsid[] = "$Id$" to muffle `unused variable' warnings

This commit is contained in:
rlar 2010-07-24 18:07:30 +00:00
parent 689c7662f8
commit 1d6b744b1c
19 changed files with 21 additions and 37 deletions

View File

@ -1,3 +1,24 @@
2010-07-24 Robert Larice
* src/spicelib/devices/bsim3soi/b4soi.c ,
* src/spicelib/devices/bsim3soi/b4soiacld.c ,
* src/spicelib/devices/bsim3soi/b4soiask.c ,
* src/spicelib/devices/bsim3soi/b4soicheck.c ,
* src/spicelib/devices/bsim3soi/b4soicvtest.c ,
* src/spicelib/devices/bsim3soi/b4soidel.c ,
* src/spicelib/devices/bsim3soi/b4soidest.c ,
* src/spicelib/devices/bsim3soi/b4soigetic.c ,
* src/spicelib/devices/bsim3soi/b4soild.c ,
* src/spicelib/devices/bsim3soi/b4soimask.c ,
* src/spicelib/devices/bsim3soi/b4soimdel.c ,
* src/spicelib/devices/bsim3soi/b4soimpar.c ,
* src/spicelib/devices/bsim3soi/b4soinoi.c ,
* src/spicelib/devices/bsim3soi/b4soipar.c ,
* src/spicelib/devices/bsim3soi/b4soipzld.c ,
* src/spicelib/devices/bsim3soi/b4soiset.c ,
* src/spicelib/devices/bsim3soi/b4soitemp.c ,
* src/spicelib/devices/bsim3soi/b4soitrunc.c :
remove static char rcsid[] = "$Id$" to muffle `unused variable' warnings
2010-07-24 Robert Larice
* src/include/inpdefs.h ,
* src/spicelib/devices/ndev/ndevacld.c ,

View File

@ -1,8 +1,6 @@
/*** B4SOI 04/27/2010 Released by Tanvir Morshed ***/
static char rcsid[] = "$Id$";
/**********
* Copyright 2010 Regents of the University of California. All rights reserved.
* Authors: 1998 Samuel Fung, Dennis Sinitsky and Stephen Tang

View File

@ -1,7 +1,5 @@
/*** B4SOI 04/27/2010 Released by Tanvir Morshed ***/
static char rcsid[] = "$Id$";
/**********
* Copyright 2010 Regents of the University of California. All rights reserved.
* Authors: 1998 Samuel Fung, Dennis Sinitsky and Stephen Tang

View File

@ -1,7 +1,5 @@
/*** B4SOI 04/27/2010 Released by Tanvir Morshed ***/
static char rcsid[] = "$Id$";
/**********
* Copyright 2010 Regents of the University of California. All rights reserved.
* Authors: 1998 Samuel Fung, Dennis Sinitsky and Stephen Tang

View File

@ -1,7 +1,5 @@
/*** B4SOI 04/27/2010 Released by Tanvir Morshed ***/
static char rcsid[] = "$Id$";
/**********
* Copyright 2010 Regents of the University of California. All rights reserved.
* Authors: 1998 Samuel Fung, Dennis Sinitsky and Stephen Tang

View File

@ -1,7 +1,5 @@
/*** B4SOI 04/27/2010 Released by Tanvir Morshed ***/
static char rcsid[] = "$Id$";
/**********
* Copyright 2010 Regents of the University of California. All rights reserved.
* Authors: 1998 Samuel Fung, Dennis Sinitsky and Stephen Tang

View File

@ -1,7 +1,5 @@
/*** B4SOI 04/27/2010 Released by Tanvir Morshed ***/
static char rcsid[] = "$Id$";
/**********
* Copyright 2010 Regents of the University of California. All rights reserved.
* Authors: 1998 Samuel Fung, Dennis Sinitsky and Stephen Tang

View File

@ -1,7 +1,5 @@
/*** B4SOI 04/27/2010 Released by Tanvir Morshed ***/
static char rcsid[] = "$Id$";
/**********
* Copyright 2010 Regents of the University of California. All rights reserved.
* Authors: 1998 Samuel Fung, Dennis Sinitsky and Stephen Tang

View File

@ -1,7 +1,5 @@
/*** B4SOI 04/27/2010 Released by Tanvir Morshed ***/
static char rcsid[] = "$Id$";
/**********
* Copyright 2010 Regents of the University of California. All rights reserved.
* Authors: 1998 Samuel Fung, Dennis Sinitsky and Stephen Tang

View File

@ -1,7 +1,5 @@
/*** B4SOI 05/14/2010 Released by Tanvir Morshed ***/
static char rcsid[] = "$Id$";
/**********
* Copyright 2010 Regents of the University of California. All rights reserved.
* Authors: 1998 Samuel Fung, Dennis Sinitsky and Stephen Tang

View File

@ -1,7 +1,5 @@
/** B4SOI 04/27/2010 Released by Tanvir Morshed ***/
static char rcsid[] = "$Id$";
/**********
* Copyright 2010 Regents of the University of California. All rights reserved.
* Authors: 1998 Samuel Fung, Dennis Sinitsky and Stephen Tang

View File

@ -1,7 +1,5 @@
/*** B4SOI 04/27/2010 Released by Tanvir Morshed ***/
static char rcsid[] = "$Id$";
/**********
* Copyright 2010 Regents of the University of California. All rights reserved.
* Authors: 1998 Samuel Fung, Dennis Sinitsky and Stephen Tang

View File

@ -1,7 +1,5 @@
/*** B4SOI 04/27/2010 Released by Tanvir Morshed ***/
static char rcsid[] = "$Id$";
/**********
* Copyright 2010 Regents of the University of California. All rights reserved.
* Authors: 1998 Samuel Fung, Dennis Sinitsky and Stephen Tang

View File

@ -1,7 +1,5 @@
/** B4SOI 04/27/2010 Released by Tanvir Morshed ***/
static char rcsid[] = "$Id$";
/**********
* Copyright 2010 Regents of the University of California. All rights reserved.
* Authors: 1998 Samuel Fung, Dennis Sinitsky and Stephen Tang

View File

@ -1,7 +1,5 @@
/*** B4SOI 04/27/2010 Released by Tanvir Morshed ***/
static char rcsid[] = "$Id$";
/**********
* Copyright 2010 Regents of the University of California. All rights reserved.
* Authors: 1998 Samuel Fung, Dennis Sinitsky and Stephen Tang

View File

@ -1,7 +1,5 @@
/*** B4SOI 04/27/2010 Released by Tanvir Morshed ***/
static char rcsid[] = "$Id$";
/**********
* Copyright 2010 Regents of the University of California. All rights reserved.
* Authors: 1998 Samuel Fung, Dennis Sinitsky and Stephen Tang

View File

@ -1,8 +1,5 @@
/*** B4SOI 04/27/2010 Released by Tanvir Morshed ***/
static char rcsid[] = "$Id$";
/**********
* Copyright 2010 Regents of the University of California. All rights reserved.
* Authors: 1998 Samuel Fung, Dennis Sinitsky and Stephen Tang

View File

@ -1,7 +1,5 @@
/*** B4SOI 05/14/2010 Released by Tanvir Morshed ***/
static char rcsid[] = "$Id$";
/**********
* Copyright 2010 Regents of the University of California. All rights reserved.
* Authors: 1998 Samuel Fung, Dennis Sinitsky and Stephen Tang

View File

@ -1,7 +1,5 @@
/*** B4SOI 04/27/2010 Released by Tanvir Morshed ***/
static char rcsid[] = "$Id$";
/**********
* Copyright 2010 Regents of the University of California. All rights reserved.
* Authors: 1998 Samuel Fung, Dennis Sinitsky and Stephen Tang