summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2017-07-31 01:17:24 +0100
committerGitHub <noreply@github.com>2017-07-31 01:17:24 +0100
commitdca8c44f4f882098a9653a42d37194d7e3782119 (patch)
tree559eb41fe6620adfeb77768da3504e22efc7e0c0
parentfb585d01205e1a0b580a39f9cbdc829ff63e02c9 (diff)
parent37841317377aee4ce08ce3787d88dd24f3d7b982 (diff)
downloadlibgit2-dca8c44f4f882098a9653a42d37194d7e3782119.tar.gz
Merge pull request #4323 from libgit2/ethomson/remove_sys_remote_h
Remove unused 'sys/remote.h' header
-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