mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	remove unused variable
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10447 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -467,7 +467,6 @@ static struct ast_frame *wav_read(struct ast_filestream *s, int *whennext) | ||||
|  | ||||
| static int wav_write(struct ast_filestream *fs, struct ast_frame *f) | ||||
| { | ||||
| 	int res = 0; | ||||
| 	int x; | ||||
| 	short tmp[8000], *tmpi; | ||||
| 	float tmpf; | ||||
| @@ -508,7 +507,7 @@ static int wav_write(struct ast_filestream *fs, struct ast_frame *f) | ||||
|  | ||||
| 		} | ||||
| 		if ((fwrite(tmp, 1, f->datalen, fs->f) != f->datalen) ) { | ||||
| 			ast_log(LOG_WARNING, "Bad write (%d): %s\n", res, strerror(errno)); | ||||
| 			ast_log(LOG_WARNING, "Bad write (%d): %s\n", errno, strerror(errno)); | ||||
| 			return -1; | ||||
| 		} | ||||
| 	} else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user