summaryrefslogtreecommitdiff
path: root/include/my_global.h
diff options
context:
space:
mode:
authorStaale Smedseng <staale.smedseng@sun.com>2009-09-17 17:25:52 +0200
committerStaale Smedseng <staale.smedseng@sun.com>2009-09-17 17:25:52 +0200
commitd6ca0cbb23544e2e033f512f400a91ce6245a9a4 (patch)
tree0320f9cfba455c1d3cb00160205b3412461fffb3 /include/my_global.h
parent2535ede7138cb4d1e8986d18b4154c377ba37f3f (diff)
parente5888b16afcef42e8127a815cc5a95abc283c6d9 (diff)
downloadmariadb-git-d6ca0cbb23544e2e033f512f400a91ce6245a9a4.tar.gz
Merge from 5.0
Diffstat (limited to 'include/my_global.h')
-rw-r--r--include/my_global.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/my_global.h b/include/my_global.h
index e7d0026ac53..0f312f13bf0 100644
--- a/include/my_global.h
+++ b/include/my_global.h
@@ -558,12 +558,6 @@ int __void__;
#define LINT_INIT(var)
#endif
-#if defined(_lint) || defined(FORCE_INIT_OF_VARS) || defined(HAVE_purify)
-#define PURIFY_OR_LINT_INIT(var) var=0
-#else
-#define PURIFY_OR_LINT_INIT(var)
-#endif
-
/*
Suppress uninitialized variable warning without generating code.