diff options
| author | Ding Xiang <dingxiang@cmss.chinamobile.com> | 2023-09-08 11:10:40 +0300 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2023-09-11 09:20:52 +0300 |
| commit | 61ba93b4353106f0f4ee5fdca2d6527e85abf884 (patch) | |
| tree | 51065bd8bd02f830d203d1c65367254906332159 /tools/testing/selftests/alsa/conf.c | |
| parent | 0bb80ecc33a8fb5a682236443c1e740d5c917d1d (diff) | |
| download | linux-61ba93b4353106f0f4ee5fdca2d6527e85abf884.tar.xz | |
selftests: ALSA: remove unused variables
These variables are never referenced in the code, just remove them.
Signed-off-by: Ding Xiang <dingxiang@cmss.chinamobile.com>
Reviewed-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20230908081040.197243-1-dingxiang@cmss.chinamobile.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools/testing/selftests/alsa/conf.c')
| -rw-r--r-- | tools/testing/selftests/alsa/conf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/alsa/conf.c b/tools/testing/selftests/alsa/conf.c index d7aafe5a1993..2f1685a3eae1 100644 --- a/tools/testing/selftests/alsa/conf.c +++ b/tools/testing/selftests/alsa/conf.c @@ -431,7 +431,6 @@ long conf_get_long(snd_config_t *root, const char *key1, const char *key2, long int conf_get_bool(snd_config_t *root, const char *key1, const char *key2, int def) { snd_config_t *cfg; - long l; int ret; if (!root) |
