remove static char rcsid[] = "$Id$" to muffle `unused variable' warnings
This commit is contained in:
parent
689c7662f8
commit
1d6b744b1c
21
ChangeLog
21
ChangeLog
|
|
@ -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 ,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue