mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-13 09:26:06 +00:00

As Jim pointed out, we don't need to manually create a target here because we already create a target implicitly in the very next line (which means we just created a target and don't use it). This patch just removes the line that creates the first unused target. llvm-svn: 338657