[OpenMP][NFC] Delete dead code
authorJohannes Doerfert <johannes@jdoerfert.de>
Fri, 24 Mar 2023 18:51:39 +0000 (11:51 -0700)
committerJohannes Doerfert <johannes@jdoerfert.de>
Tue, 28 Mar 2023 04:30:23 +0000 (21:30 -0700)
commit5244617e3a03376565afed14713eda4e87e725af
tree279bbb7ba983671f8ddc5a664f53951c21b4bb87
parent747af2415519b10259cdd12c700b0aa2f8946c97
[OpenMP][NFC] Delete dead code

This code may have served a purpose at some point but it has been dead
for a long while. `FromMapperBase` was always `nullptr` which is `false`
which makes the rest of the code dead. Since this has not
affected tests, I delete it for now.
openmp/libomptarget/src/omptarget.cpp