Skip to content

Commit

Permalink
Comment out unused static function extension_truncate().
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Monin committed May 22, 2008
1 parent 6f08b3a commit a4226d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cache_maint.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ struct _CMData
*-------------------------------------------------------------------
*/

#if 0
static gint extension_truncate(gchar *path, const gchar *ext)
{
gint l;
Expand All @@ -64,6 +65,7 @@ static gint extension_truncate(gchar *path, const gchar *ext)

return TRUE;
}
#endif

static gchar *extension_find_dot(gchar *path)
{
Expand Down

0 comments on commit a4226d0

Please sign in to comment.