Remove unused "default_kind" member from gcc/omp-low.c's "struct omp_context"
authorThomas Schwinge <thomas@codesourcery.com>
Tue, 23 May 2017 16:00:56 +0000 (18:00 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Tue, 23 May 2017 16:00:56 +0000 (18:00 +0200)
commit8a4674bb23450c036861f56aa88ad7c979c2dd38
treed0015939a723ad67a60bdb9105284f87472db1df
parentc2d7c404a9ba8bc4d57907705564ed8cacd5e711
Remove unused "default_kind" member from gcc/omp-low.c's "struct omp_context"

gcc/
* omp-low.c (struct omp_context): Remove "default_kind" member.
Adjust all users.

From-SVN: r248372
gcc/ChangeLog
gcc/omp-low.c