remove unused variable

gcc 4.6 was reporting warning:
../daemon/room_save.c:372:8: error: variable ‘ret’ set but not used [-Werror=unused-but-set-variable]
This commit is contained in:
Nedko Arnaudov 2011-10-15 20:00:46 +03:00
parent a3b38602bb
commit 17e12e1e84
1 changed files with 0 additions and 3 deletions

View File

@ -369,9 +369,6 @@ ladish_room_save_project(
bool dir_supplied;
bool name_supplied;
char * buffer;
bool ret;
ret = false;
ctx_ptr = malloc(sizeof(struct ladish_room_save_context));
if (ctx_ptr == NULL)