diff --git a/main/file.c b/main/file.c
index 096e556d30533d202c571ff263522b261ea6ac74..d29dc2e9d6e5682f09a44a12523df57678f09815 100644
--- a/main/file.c
+++ b/main/file.c
@@ -292,8 +292,6 @@ static int exts_compare(const char *exts, const char *type)
 
 static void filestream_destructor(void *arg)
 {
-	char *cmd = NULL;
-	size_t size = 0;
 	struct ast_filestream *f = arg;
 
 	/* Stop a running stream if there is one */