Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schubert <schu@schu.io>2012-07-17 12:52:16 +0400
committerMichael Schubert <schu@schu.io>2012-07-17 12:52:16 +0400
commit6fc0bdc53e0392a908d6b4c89827e06f2bb19b4a (patch)
tree7b35de9453d8edce1574c2a681bc05b71750f0f5 /src/global.h
parentea5d2ce4cfa6cec89e2d844a70d1eb24bb401c7d (diff)
Remove old error handling code
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/global.h b/src/global.h
index 2b525ce07..6e7373fa3 100644
--- a/src/global.h
+++ b/src/global.h
@@ -10,10 +10,6 @@
#include "mwindow.h"
typedef struct {
- struct {
- char last[1024];
- } error;
-
git_error *last_error;
git_error error_t;