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:
parent
da0c60a987
commit
ef92ff6e08
4 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue