branch | RCL_3 |
changeset 256 | c1f20ce4abcf |
parent 0 | a41df078684a |
child 257 | 3e88ff8f41d5 |
--- a/kerneltest/e32test/lffs/loadlffs.cpp Thu Aug 19 11:14:22 2010 +0300 +++ b/kerneltest/e32test/lffs/loadlffs.cpp Tue Aug 31 16:34:26 2010 +0300 @@ -24,10 +24,9 @@ RFormat format; TInt count; - TInt r; RDebug::Print(_L("Format LFFS drive %S\r\n"), &drive); - r = format.Open(TheFs, drive, EHighDensity, count); + format.Open(TheFs, drive, EHighDensity, count); while (count) {