From: Joel Rosdahl Date: Tue, 28 Jul 2020 18:05:29 +0000 (+0200) Subject: Remove obsolete struct pending_tmp_file declaration X-Git-Tag: v4.0~268 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cfedec3d076ecc50c19dbea3288a1cf03bd9778d;p=thirdparty%2Fccache.git Remove obsolete struct pending_tmp_file declaration --- 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