Skip to content

Commit

Permalink
Revert "fix build after bcbe164"
Browse files Browse the repository at this point in the history
This reverts commit 06ec3e6.
  • Loading branch information
Jonathan Marshall committed Jan 26, 2012
1 parent 44ea023 commit de6d01a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions xbmc/filesystem/DllLibCurl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ using namespace XCURL;

/* okey this is damn ugly. our dll loader doesn't allow for postload, preunload functions */
static long g_curlReferences = 0;
#if(0)
static unsigned int g_curlTimeout = 0;
#endif
//static unsigned int g_curlTimeout = 0;

bool DllLibCurlGlobal::Load()
{
Expand Down Expand Up @@ -78,10 +76,8 @@ void DllLibCurlGlobal::Unload()
}

/* CheckIdle will clear this one up */
#if(0)
if(g_curlReferences == 1)
g_curlTimeout = XbmcThreads::SystemClockMillis();
#endif
}

void DllLibCurlGlobal::CheckIdle()
Expand Down

0 comments on commit de6d01a

Please sign in to comment.