From 14babcde405c7884a603e41f9d01d2e58b10fb23 Mon Sep 17 00:00:00 2001 From: Arthur Carcano Date: Mon, 13 Mar 2023 16:41:39 +0000 Subject: [PATCH] Bug 1819569 - Remove msgpack cluster. r=sylvestre Differential Revision: https://phabricator.services.mozilla.com/D171340 --- third_party/msgpack/moz.build | 4 ---- 1 file changed, 4 deletions(-) diff --git a/third_party/msgpack/moz.build b/third_party/msgpack/moz.build index 133ce7228e7a..0ce52d9dbd1a 100644 --- a/third_party/msgpack/moz.build +++ b/third_party/msgpack/moz.build @@ -12,18 +12,14 @@ LOCAL_INCLUDES += [ EXPORTS += [ 'include/msgpack.h', - 'include/msgpack/util.h', ] # We allow warnings for third-party code that can be updated from upstream. AllowCompilerWarnings() SOURCES += [ - 'src/objectc.c', - 'src/unpack.c', 'src/version.c', 'src/vrefbuffer.c', - 'src/zone.c', ] FINAL_LIBRARY = 'xul' \ No newline at end of file