commit | 2ea4166c74e70d3796b06c91f37eb03eecdf4773 | [log] [tgz] |
---|---|---|
author | Christopher Wiley <wiley@google.com> | Fri May 20 17:51:27 2016 -0700 |
committer | Christopher Wiley <wiley@google.com> | Fri May 20 17:57:54 2016 -0700 |
tree | 390157c96dddeb75c62a48235240c9917b6daa84 | |
parent | 79e7fde00d74c2b6d329f7341029ea6b04ac2d97 [diff] |
Remove dead code from TetherInterfaceSM Because no code outside of unittests ever issued these commands to TetherInterfaceSM, we never executed any of the removed codepaths. Change-Id: Id54f6e4eaeff8b3486cd78ddcc8c2a31011e6436 Test: Compiles. Unittests continue to pass. Bug: 28798823