1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Remove add_days_to_timestamp (unused)

This commit is contained in:
David Shaw 2005-05-05 22:21:34 +00:00
parent da0c60a987
commit ef92ff6e08
4 changed files with 8 additions and 8 deletions

View file

@ -81,13 +81,6 @@ scan_isodatestr( const char *string )
}
u32
add_days_to_timestamp( u32 stamp, u16 days )
{
return stamp + days*86400L;
}
/****************
* Return a string with a time value in the form: x Y, n D, n H
*/