Remove redundant template instantiations.
authorRui Ueyama <ruiu@google.com>
Fri, 26 Feb 2016 01:30:35 +0000 (01:30 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 26 Feb 2016 01:30:35 +0000 (01:30 +0000)
commitdc9cc6a5740531a196d685f89766de071b1ec724
tree5286b684bc3276801490385568f545cc482f0305
parentcec91ef92169483fbcc85c78a65e00a6fda1c35b
Remove redundant template instantiations.

This class is used only in this translation unit, so no need
to instantiate them explicitly.

llvm-svn: 261951
lld/ELF/LinkerScript.cpp