diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2010-04-18 11:41:39 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2010-04-18 13:01:07 -0700 |
commit | ca4d3f8f0be2300b6d370a2c141bc266d266405e (patch) | |
tree | 1c635f028c5c9baf2ec2cc27b8539d0b492a74f3 /src/tet3/tcm/dtcm.c | |
parent | 1f9c7db3a60e22b06bd5b5b457ed048f89031b24 (diff) |
tet: Fix "sccsid defined but not used" warnings.
For example:
addarg.c:18: error: ‘sccsid’ defined but not used
These strings are seriously outdated, unused, and cause warnings.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/tet3/tcm/dtcm.c')
-rw-r--r-- | src/tet3/tcm/dtcm.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tet3/tcm/dtcm.c b/src/tet3/tcm/dtcm.c index f40d8092..20bdc0ed 100644 --- a/src/tet3/tcm/dtcm.c +++ b/src/tet3/tcm/dtcm.c @@ -45,10 +45,6 @@ #include <config.h> #endif -#ifndef lint -static char sccsid[] = "@(#)dtcm.c 1.33 (98/09/01) TET3 release 3.3"; -#endif - /************************************************************************ SCCS: @(#)dtcm.c 1.33 98/09/01 TETware release 3.3 |