loader: Small cleanup of unnecessary func call
authorMark Young <marky@lunarg.com>
Tue, 4 Oct 2016 21:19:30 +0000 (15:19 -0600)
committerMark Young <marky@lunarg.com>
Wed, 5 Oct 2016 14:39:51 +0000 (08:39 -0600)
commitfae99919eae60d188e0c1483a1caeb2044b5afee
tree646aa92ce9b838ed8458bc7c63b637f5c3f7162f
parent6e17c244b21ce43ac57404a00a0d844039eed363
loader: Small cleanup of unnecessary func call

We had a function that was called only from one other place and
it wasn't necessary.  So removed the extra function call.

Change-Id: I3579215dc1d2f46b8c30b4ec3cb416c390fcf597
loader/loader.c