From cfedec3d076ecc50c19dbea3288a1cf03bd9778d Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Tue, 28 Jul 2020 20:05:29 +0200 Subject: [PATCH] Remove obsolete struct pending_tmp_file declaration --- src/ccache.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ccache.cpp b/src/ccache.cpp index 7e2246367..7744604ba 100644 --- a/src/ccache.cpp +++ b/src/ccache.cpp @@ -125,12 +125,6 @@ See also . 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 -- 2.47.2