Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit cc99e4a

Browse files
committed
Bug 1494844 Remove an unused MOZ_PLUGIN_CONTAINER define r=jld
In Bug 1114647 we added this define, and it was used in ipc/contentproc/plugin-container.cpp However its use there was removed as part of MOZ_PLUGIN_CONTAINER Differential Revision: https://phabricator.services.mozilla.com/D7155 --HG-- extra : moz-landing-system : lando
1 parent 1cc9f44 commit cc99e4a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ipc/app/moz.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,5 @@ if CONFIG['OS_ARCH'] == 'WINNT' and CONFIG['CC_TYPE'] not in ('clang', 'gcc'):
7878
if CONFIG['CC_TYPE'] in ('clang', 'gcc'):
7979
CXXFLAGS += ['-Wshadow']
8080

81-
DEFINES['MOZ_PLUGIN_CONTAINER'] = 1;
82-
8381
with Files("**"):
8482
BUG_COMPONENT = ("Core", "DOM: Content Processes")

0 commit comments

Comments
 (0)