Bug 1420922: Remove orphaned TARGET_SANDBOX_EXPORTS defines. r=dmajor

This commit is contained in:
Bob Owen
2017-11-27 16:07:15 +00:00
parent 605591950f
commit 9e2907fd96
4 changed files with 0 additions and 4 deletions

View File

@@ -23,7 +23,6 @@ extern "C" CGError CGSSetDebugOptions(int options);
#ifdef XP_WIN
bool ShouldProtectPluginCurrentDirectory(char16ptr_t pluginFilePath);
#if defined(MOZ_SANDBOX)
#define TARGET_SANDBOX_EXPORTS
#include "mozilla/sandboxTarget.h"
#endif
#endif