From b1451f692c2b89460c01bfccde9c9328e8583162 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 17 Dec 2007 00:54:10 +0000 Subject: [PATCH] fixed linuxbuild --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401805 --- core/smn_filesystem.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/core/smn_filesystem.cpp b/core/smn_filesystem.cpp index d54bc9f0..eeec4886 100644 --- a/core/smn_filesystem.cpp +++ b/core/smn_filesystem.cpp @@ -756,7 +756,6 @@ static cell_t sm_WriteFile(IPluginContext *pContext, const cell_t *params) HandleError herr; HandleSecurity sec(pContext->GetIdentity(), g_pCoreIdent); FILE *pFile; - size_t read = 0; if ((herr=g_HandleSys.ReadHandle(hndl, g_FileType, &sec, (void **)&pFile)) != HandleError_None)