mirror of https://github.com/BOINC/boinc.git
DC_timeToCheckpoint is no longer part of the API
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@443 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
0f3a2cec29
commit
4b719848dd
|
@ -45,6 +45,7 @@ void DC_destroyEvent(DC_Event *event)
|
|||
// not impl.
|
||||
}
|
||||
|
||||
#if 0
|
||||
int DC_timeToCheckpoint(void)
|
||||
{
|
||||
time_t current;
|
||||
|
@ -53,6 +54,7 @@ int DC_timeToCheckpoint(void)
|
|||
return 1;
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
void DC_checkpointMade(const char *fileName)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue