From 326ca710a04cc43d3d5abba6ceb0452c126b7d1a Mon Sep 17 00:00:00 2001 From: nulltoken Date: Thu, 19 Jul 2012 15:32:58 +0200 Subject: branch: remove useless header --- src/branch.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/branch.h (limited to 'src/branch.h') diff --git a/src/branch.h b/src/branch.h deleted file mode 100644 index d0e5abc8b..000000000 --- a/src/branch.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (C) 2009-2012 the libgit2 contributors - * - * 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_branch_h__ -#define INCLUDE_branch_h__ - -#include "git2/branch.h" - -struct git_branch { - char *remote; /* TODO: Make this a git_remote */ - char *merge; -}; - -#endif -- cgit v1.2.1