]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove obsolete struct pending_tmp_file declaration
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 28 Jul 2020 18:05:29 +0000 (20:05 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 28 Jul 2020 18:05:29 +0000 (20:05 +0200)
src/ccache.cpp

index 7e2246367ccb07e24e29d90fa6329c9dea2a2899..7744604ba0b91c3d611237506d1eb5afd8439468 100644 (file)
@@ -125,12 +125,6 @@ See also <https://ccache.dev>.
 
 enum fromcache_call_mode { FROMCACHE_DIRECT_MODE, FROMCACHE_CPP_MODE };
 
-struct pending_tmp_file
-{
-  char* path;
-  struct pending_tmp_file* next;
-};
-
 // How often (in seconds) to scan $CCACHE_DIR/tmp for left-over temporary
 // files.
 static const int k_tempdir_cleanup_interval = 2 * 24 * 60 * 60; // 2 days