Skip to content

Commit

Permalink
remove unused legacy crash logger
Browse files Browse the repository at this point in the history
  • Loading branch information
oz-linden committed Dec 16, 2019
1 parent 5056ba6 commit 17598f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions indra/newview/viewer_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1060,10 +1060,10 @@ def path_optional(src, dst):

# our apps
executable_path = {}
for app_bld_dir, app in (("mac_crash_logger", "mac-crash-logger.app"),
# plugin launcher
(os.path.join("llplugin", "slplugin"), "SLPlugin.app"),
):
embedded_apps = [ (os.path.join("llplugin", "slplugin"), "SLPlugin.app") ]
if bugsplat_db:
embedded_apps.append(("mac_crash_logger", "mac-crash-logger.app"))
for app_bld_dir, app in embedded_apps:
self.path2basename(os.path.join(os.pardir,
app_bld_dir, self.args['configuration']),
app)
Expand Down

0 comments on commit 17598f9

Please sign in to comment.