summaryrefslogtreecommitdiff
path: root/src/binder
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-02-12 11:19:46 -0800
committerdanmosemsft <danmose@microsoft.com>2017-02-12 16:58:48 -0800
commitf7585ef29164a2f3f9d3913eb9f87943094d30b3 (patch)
tree140a11f46681cb4108378c86f3eb9b35b67600c7 /src/binder
parentcb8a7b899283653156cc32fe5f3f45924207ad3e (diff)
downloadcoreclr-f7585ef29164a2f3f9d3913eb9f87943094d30b3.tar.gz
coreclr-f7585ef29164a2f3f9d3913eb9f87943094d30b3.tar.bz2
coreclr-f7585ef29164a2f3f9d3913eb9f87943094d30b3.zip
Remove always defined FEATURE_VERSIONING
Diffstat (limited to 'src/binder')
-rw-r--r--src/binder/inc/fusionhelpers.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/binder/inc/fusionhelpers.hpp b/src/binder/inc/fusionhelpers.hpp
index 229ebe6c4e..7b81e8589c 100644
--- a/src/binder/inc/fusionhelpers.hpp
+++ b/src/binder/inc/fusionhelpers.hpp
@@ -21,12 +21,6 @@
#include "ex.h"
#include "fusion.h"
-#ifndef FEATURE_VERSIONING
-// Rename the fusion bind result to avoid collision with core bind result
-#define IBindResult IBindResult_Fusion
-#include "binderngen.h"
-#undef IBindResult
-#endif
#include "peinformation.h"