summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/protocol-native.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-20 20:33:47 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-20 20:33:47 +0100
commite0f8c1301240e4c49e22032e4edf8dcbe1844ccb (patch)
treea35838f77f58c9857e0b2d69d5dfa07d942f45d3 /src/pulsecore/protocol-native.c
parent86f3fb8b12790ba1b7d160d83d0b62ac7abddc78 (diff)
remove unused variable
Diffstat (limited to 'src/pulsecore/protocol-native.c')
-rw-r--r--src/pulsecore/protocol-native.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pulsecore/protocol-native.c b/src/pulsecore/protocol-native.c
index 87cf5838..aa541a86 100644
--- a/src/pulsecore/protocol-native.c
+++ b/src/pulsecore/protocol-native.c
@@ -2867,7 +2867,6 @@ static void command_get_info(pa_pdispatch *pd, uint32_t command, uint32_t tag, p
pa_source *source = NULL;
pa_client *client = NULL;
pa_card *card = NULL;
- pa_core *core = NULL;
pa_module *module = NULL;
pa_sink_input *si = NULL;
pa_source_output *so = NULL;