Removed accidentally committed test code.

This commit is contained in:
Birunthan Mohanathas 2012-02-14 19:36:54 +00:00
parent 9bdf3ef167
commit 3acb191e56

View File

@ -43,6 +43,7 @@ struct BinData
unsigned int __stdcall QueryRecycleBinThreadProc(void* pParam);
HRESULT GetFolderCLSID(LPCWSTR pszPath, CLSID* pathCLSID);
LPWSTR GetCurrentUserSid();
HANDLE GetRecycleBinHandle(WCHAR drive, bool& isFAT);
std::vector<BinData> g_BinData;
@ -185,7 +186,6 @@ PLUGIN_EXPORT double Update(void* data)
if (changed)
{
RmLog(LOG_WARNING, L"g_UpdateCount");
g_UpdateCount = -8;
g_Thread = (HANDLE)_beginthreadex(NULL, 0, QueryRecycleBinThreadProc, NULL, 0, NULL);
}