mercurial/manifest.c
changeset 24442 98042b0e19f9
parent 24441 e2ed40f0eb2e
child 24699 64cd23a1bc13
--- a/mercurial/manifest.c	Wed Mar 25 14:13:11 2015 -0500
+++ b/mercurial/manifest.c	Wed Mar 25 14:16:10 2015 -0500
@@ -14,15 +14,6 @@
 
 #include "util.h"
 
-/* VC9 doesn't include bool and lacks stdbool.h based on my searching */
-#ifdef _MSC_VER
-#define true 1
-#define false 0
-typedef unsigned char bool;
-#else
-#include <stdbool.h>
-#endif
-
 #define DEFAULT_LINES 100000
 
 typedef struct {