sp15c: Fix [-Wunused-const-variable=] compiler warning

The RCSid* variables have never been used for anything by the backend
code.
merge-requests/1/head
Olaf Meeuwissen 2017-06-26 11:28:10 +09:00
rodzic 86ab41d8f1
commit 2442ddf6d1
3 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -1,7 +1,6 @@
#ifndef SP15C_SCSI_H
#define SP15C_SCSI_H
static const char RCSid_sh[] = "$Header$";
/* sane - Scanner Access Now Easy.
This file is part of the SANE package.

Wyświetl plik

@ -1,4 +1,3 @@
static const char RCSid[] = "$Header$";
/* sane - Scanner Access Now Easy.
This file is part of the SANE package.

Wyświetl plik

@ -1,7 +1,6 @@
#ifndef SP15C_H
#define SP15C_H
static const char RCSid_h[] = "$Header$";
/* sane - Scanner Access Now Easy.
This file is part of the SANE package.