summaryrefslogtreecommitdiff
path: root/examples/blame.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blame.c')
-rw-r--r--examples/blame.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/blame.c b/examples/blame.c
index 0ddbfc68a..fa586b31e 100644
--- a/examples/blame.c
+++ b/examples/blame.c
@@ -14,11 +14,6 @@
#include "common.h"
-#ifdef _MSC_VER
-#define snprintf sprintf_s
-#define strcasecmp strcmpi
-#endif
-
/**
* This example demonstrates how to invoke the libgit2 blame API to roughly
* simulate the output of `git blame` and a few of its command line arguments.