From 09d87ea2c492d67185e107643e93c3b2cf44b6fd Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Fri, 31 Jul 2015 18:58:40 +0200 Subject: [PATCH] GitStatus: Drop declared but not implemented method Signed-off-by: Sven Strickroth --- src/Git/gitindex.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Git/gitindex.h b/src/Git/gitindex.h index e17d678b6..3d69abf8c 100644 --- a/src/Git/gitindex.h +++ b/src/Git/gitindex.h @@ -57,7 +57,6 @@ protected: CComCriticalSection m_critRepoSec; CAutoRepository repository; int GetFileStatus(const CString &gitdir, const CString &path, git_wc_status_kind * status, __int64 time, __int64 filesize, FILL_STATUS_CALLBACK callback = nullptr, void *pData = nullptr, CGitHash *pHash = nullptr, bool * assumeValid = nullptr, bool * skipWorktree = nullptr); - int GetDirStatus(const CString &gitdir, const CString &path, git_wc_status_kind * status,__int64 time, FILL_STATUS_CALLBACK callback = nullptr, void *pData = nullptr,CGitHash *pHash = nullptr); }; typedef std::tr1::shared_ptr SHARED_INDEX_PTR; -- 2.11.4.GIT