Skip to content

Commit 7b1af34

Browse files
Lee Jonesdavem330
authored andcommitted
net: fddi: skfp: smt: Remove seemingly unused variable 'ID_sccs'
This variable is present in many source files and has not been used anywhere (at least internally) since it was introduced. Fixes the following W=1 kernel build warning(s): drivers/net/fddi/skfp/smt.c:24:19: warning: ‘ID_sccs’ defined but not used [-Wunused-const-variable=] Cc: "David S. Miller" <[email protected]> Cc: Jakub Kicinski <[email protected]> Cc: Tetsuo Handa <[email protected]> Cc: [email protected] Signed-off-by: Lee Jones <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 327afdd commit 7b1af34

File tree

1 file changed

+0
-4
lines changed
  • drivers/net/fddi/skfp

1 file changed

+0
-4
lines changed

drivers/net/fddi/skfp/smt.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
#define KERNEL
2121
#include "h/smtstate.h"
2222

23-
#ifndef lint
24-
static const char ID_sccs[] = "@(#)smt.c 2.43 98/11/23 (C) SK " ;
25-
#endif
26-
2723
/*
2824
* FC in SMbuf
2925
*/

0 commit comments

Comments
 (0)