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)
commit541119b2a55aeea06b550d12d8e067c21ad5c6e0
treee641143e6f48f289b0efdd4600b3f7a0d039b306
parent3bba4a9a1858cc0fa4a85cef10ed5500b9aea3bb
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