branch | RCL_3 |
changeset 256 | c1f20ce4abcf |
parent 36 | 538db54a451d |
child 257 | 3e88ff8f41d5 |
--- a/userlibandfileserver/fileserver/sfile/sf_plugin_shim.cpp Thu Aug 19 11:14:22 2010 +0300 +++ b/userlibandfileserver/fileserver/sfile/sf_plugin_shim.cpp Tue Aug 31 16:34:26 2010 +0300 @@ -703,11 +703,6 @@ TPckgBuf<TInt> reply; args.Set(3,&reply); - // copy session pointer - RLocalMessage message = iMessage; - message.SetFunction(aFunction); - message.SetArgs(args); - TInt err = Dispatch(aFunction, args); if (err == KErrNone) *aReply = reply();