This is an archive of the discontinued LLVM Phabricator instance.

Remove unused variable.
ClosedPublic

Authored by dnovillo on Jan 31 2015, 9:17 AM.

Details

Summary

This variable is only used inside an assert. This breaks builds with
asserts disabled.

OK for trunk?

Diff Detail

Repository
rL LLVM

Event Timeline

dnovillo updated this revision to Diff 19094.Jan 31 2015, 9:17 AM
dnovillo retitled this revision from to Remove unused variable..
dnovillo updated this object.
dnovillo edited the test plan for this revision. (Show Details)
dnovillo added a subscriber: Unknown Object (MLST).
This revision was automatically updated to reflect the committed changes.

Thanks Diego!