Bug 171891 - webkitpy: Remove unneeded simulator teardown
Summary: webkitpy: Remove unneeded simulator teardown
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-09 15:44 PDT by Jonathan Bedard
Modified: 2017-06-01 12:07 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.53 KB, patch)
2017-05-09 15:52 PDT, Jonathan Bedard
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2017-05-09 15:44:26 PDT
When communication with the iOS Simulator used FIFOs, we tore down those fifos when removing the simulators.  Communication with simulators now uses TCP, so this code is no longer needed.
Comment 1 Jonathan Bedard 2017-05-09 15:52:52 PDT
Created attachment 309555 [details]
Patch
Comment 2 WebKit Commit Bot 2017-06-01 12:06:59 PDT
Comment on attachment 309555 [details]
Patch

Clearing flags on attachment: 309555

Committed r217671: <http://trac.webkit.org/changeset/217671>
Comment 3 WebKit Commit Bot 2017-06-01 12:07:01 PDT
All reviewed patches have been landed.  Closing bug.