This is an archive of the discontinued LLVM Phabricator instance.

[LNT] Remove dead code
ClosedPublic

Authored by thopre on Sep 26 2019, 12:20 PM.

Details

Summary

Remove 2 blocks of dead code in LNT:

  • safediv() method which is not used anywhere
  • setting of derive_stat attribute of a MatrixDataRequest which is not used by anything.

Diff Detail

Repository
rL LLVM