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/apithr/thr_create.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/apithr/thr_create.c')
-rw-r--r-- | src/tet3/apithr/thr_create.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tet3/apithr/thr_create.c b/src/tet3/apithr/thr_create.c index 5a514a9a..b6d2e465 100644 --- a/src/tet3/apithr/thr_create.c +++ b/src/tet3/apithr/thr_create.c @@ -21,10 +21,6 @@ #include <config.h> #endif -#ifndef lint -static char sccsid[] = "%W% (%E%) TETware release %Q%"; -#endif - /************************************************************************ SCCS: %W% %E% TETware release %Q% |