Browse Source

Removed unused local variable.

rude 14 years ago
parent
commit
3dd2cc0c57
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/modules/thread/sdl/wrap_Thread.cpp

+ 0 - 1
src/modules/thread/sdl/wrap_Thread.cpp

@@ -287,7 +287,6 @@ namespace sdl
 			luax_convobj(L, 2, "filesystem", "newFile");
 		if (luax_istype(L, 2, FILESYSTEM_FILE_T))
 		{
-			Data * d;
 			try {
 				data = luax_checktype<love::filesystem::File>(L, 2, "File", FILESYSTEM_FILE_T)->read();
 			} catch (love::Exception & e) {