diff options
author | Edward Thomson <ethomson@github.com> | 2016-08-03 17:01:48 -0400 |
---|---|---|
committer | Edward Thomson <ethomson@github.com> | 2016-08-04 10:30:48 -0400 |
commit | 2381d9e4900050f879cedf851c0329440db7c5e3 (patch) | |
tree | 051781359c05e5f490e8030d8ef7d8da5729fe68 /src/odb_pack.c | |
parent | 152efee20b74ea261cf8e05410a110687e17376e (diff) | |
download | libgit2-ethomson/mwindow_init.tar.gz |
mwindow: init mwindow files in git_libgit2_initethomson/mwindow_init
Diffstat (limited to 'src/odb_pack.c')
-rw-r--r-- | src/odb_pack.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/odb_pack.c b/src/odb_pack.c index 244e12bc3..005d07264 100644 --- a/src/odb_pack.c +++ b/src/odb_pack.c @@ -591,9 +591,6 @@ int git_odb_backend_pack(git_odb_backend **backend_out, const char *objects_dir) struct pack_backend *backend = NULL; git_buf path = GIT_BUF_INIT; - if (git_mwindow_files_init() < 0) - return -1; - if (pack_backend__alloc(&backend, 8) < 0) return -1; |