[OPENMP] remove redundant MapTypeModifierSpecified flag in ParseOpenMP.cpp (NFC)
authorKelvin Li <kkwli0@gmail.com>
Wed, 21 Nov 2018 19:38:53 +0000 (19:38 +0000)
committerKelvin Li <kkwli0@gmail.com>
Wed, 21 Nov 2018 19:38:53 +0000 (19:38 +0000)
commitda6bc702d07ce9aa7dc43f6a29fd6f23cbfb6857
treefdca7291a953ca1248163a559644687caf8c1b9a
parent6f54fb00528ff520207d3a9d4174d6cf00e6d0cd
[OPENMP] remove redundant MapTypeModifierSpecified flag in ParseOpenMP.cpp (NFC)

Whether the map type modifier is specified or not, the flag
MapTypeModifierSpecified is always set to true.

Patch by Ahsan Saghir

Differential Revision: https://reviews.llvm.org/D54638

llvm-svn: 347408
clang/lib/Parse/ParseOpenMP.cpp