Remove unnecessary C++ specifier in CPP files. NFC.

These are only required in .h files to disambiguate between C and C++ header files.

--

PiperOrigin-RevId: 248219135
This commit is contained in:
Jacques Pienaar
2019-05-14 15:03:48 -07:00
committed by Mehdi Amini
parent 8eb32a9051
commit cde4d5a6d9
18 changed files with 18 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
//===- ModuleTranslation.cpp - MLIR to LLVM conversion ----------*- C++ -*-===//
//===- ModuleTranslation.cpp - MLIR to LLVM conversion --------------------===//
//
// Copyright 2019 The MLIR Authors.
//