summaryrefslogtreecommitdiffstats
path: root/xpcom
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-05-03 06:28:20 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-05-03 06:28:20 +0200
commit755e3a48bf58ca128107cf656a5900806a09d5eb (patch)
tree4c6b3cf06af422c12c33084d4551bac92ce0a3ab /xpcom
parent43f7a588f96aaf88e7b69441c3b50bc9c7b20df7 (diff)
downloadUXP-755e3a48bf58ca128107cf656a5900806a09d5eb.tar
UXP-755e3a48bf58ca128107cf656a5900806a09d5eb.tar.gz
UXP-755e3a48bf58ca128107cf656a5900806a09d5eb.tar.lz
UXP-755e3a48bf58ca128107cf656a5900806a09d5eb.tar.xz
UXP-755e3a48bf58ca128107cf656a5900806a09d5eb.zip
Remove unused XREShellData
Diffstat (limited to 'xpcom')
-rw-r--r--xpcom/build/XREShellData.h17
-rw-r--r--xpcom/build/moz.build1
-rw-r--r--xpcom/build/nsXULAppAPI.h4
3 files changed, 1 insertions, 21 deletions
diff --git a/xpcom/build/XREShellData.h b/xpcom/build/XREShellData.h
deleted file mode 100644
index f734b1d74..000000000
--- a/xpcom/build/XREShellData.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
-/* vim: set ts=8 sts=2 et sw=2 tw=80: */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-#ifndef XREShellData_h
-#define XREShellData_h
-
-/**
- * Data needed by XRE_XPCShellMain.
- */
-struct XREShellData
-{
-};
-
-#endif // XREShellData_h
diff --git a/xpcom/build/moz.build b/xpcom/build/moz.build
index 68bd001a2..e0adba0a2 100644
--- a/xpcom/build/moz.build
+++ b/xpcom/build/moz.build
@@ -12,7 +12,6 @@ EXPORTS += [
'nsXULAppAPI.h',
'XREChildData.h',
'xrecore.h',
- 'XREShellData.h',
]
EXPORTS.mozilla += [
diff --git a/xpcom/build/nsXULAppAPI.h b/xpcom/build/nsXULAppAPI.h
index aae248ca1..c077c7e36 100644
--- a/xpcom/build/nsXULAppAPI.h
+++ b/xpcom/build/nsXULAppAPI.h
@@ -20,7 +20,6 @@
#include "mozilla/Vector.h"
#include "mozilla/TimeStamp.h"
#include "XREChildData.h"
-#include "XREShellData.h"
/**
* A directory service key which provides the platform-correct "application
@@ -504,8 +503,7 @@ XRE_API(void,
XRE_EnableSameExecutableForContentProc, ())
XRE_API(int,
- XRE_XPCShellMain, (int argc, char** argv, char** envp,
- const XREShellData* aShellData))
+ XRE_XPCShellMain, (int argc, char** argv, char** envp))
#if MOZ_WIDGET_GTK == 2
XRE_API(void,