Bug 1152079 - Remove references to deleted Purify files from moz.build. r=bustage

This commit is contained in:
Andrew McCreight 2015-06-06 14:49:42 -07:00
parent e0913325ad
commit 23d8de25b1

View File

@ -65,9 +65,6 @@ if CONFIG['OS_ARCH'] == 'WINNT':
EXPORTS += [
'nsWindowsHelpers.h',
]
if CONFIG['MOZ_DEBUG']:
EXPORTS += ['pure.h']
SOURCES += ['pure_api.c']
EXPORTS.mozilla += [
'AvailableMemoryTracker.h',