Page MenuHomePhabricator

Omit unnecessary function call
ClosedPublic

Authored by joshuaspence on Jul 25 2014, 6:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 2, 10:53 AM
Unknown Object (File)
Sun, Aug 25, 9:13 PM
Unknown Object (File)
Sun, Aug 25, 9:10 PM
Unknown Object (File)
Sat, Aug 24, 2:57 PM
Unknown Object (File)
Aug 18 2024, 1:10 PM
Unknown Object (File)
Aug 16 2024, 2:58 AM
Unknown Object (File)
Aug 16 2024, 2:55 AM
Unknown Object (File)
Aug 16 2024, 2:54 AM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Commits
Restricted Diffusion Commit
rP1450c0e8d6ad: Omit unnecessary function call
Summary

As mentioned on rP8ce35e6b67e7e2a81b274bab7a6dd19dedb4df06, setConcreteOnly(true) can be omitted since (lacking magical powers) loadObjects() will always only instantiate concrete objects.

Test Plan

N/A

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Omit unnecessary function call.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jul 25 2014, 1:00 PM
joshuaspence updated this revision to Diff 24170.

Closed by commit rP1450c0e8d6ad (authored by @joshuaspence).