summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2017-07-31 00:38:28 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2017-07-31 00:38:28 +0100
commit37841317377aee4ce08ce3787d88dd24f3d7b982 (patch)
tree8bcab78864c17a7b9883742ef138702bf3fcce10
parentd55431ebfaf3958ca2030ac73a3caff9c8507b4c (diff)
downloadlibgit2-ethomson/remove_sys_remote_h.tar.gz
Remove unused 'sys/remote.h' headerethomson/remove_sys_remote_h
-rw-r--r--include/git2/sys/remote.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/git2/sys/remote.h b/include/git2/sys/remote.h
deleted file mode 100644
index 3037b411c..000000000
--- a/include/git2/sys/remote.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright (C) the libgit2 contributors. All rights reserved.
- *
- * This file is part of libgit2, distributed under the GNU GPL v2 with
- * a Linking Exception. For full terms see the included COPYING file.
- */
-
-#ifndef INCLUDE_sys_git_transport_h
-#define INCLUDE_sys_git_transport_h
-
-#include "git2/net.h"
-#include "git2/types.h"
-
-GIT_BEGIN_DECL
-
-GIT_END_DECL