mirror of
https://github.com/intel/llvm.git
synced 2026-02-06 06:31:50 +08:00
[libc][NFC] Remove useless header guards from implementation file
Summary: These were accidentally added and don't do anything.
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_LIBC_SRC_SUPPORT_RPC_RPC_CLIENT_H
|
||||
#define LLVM_LIBC_SRC_SUPPORT_RPC_RPC_CLIENT_H
|
||||
|
||||
#include "rpc.h"
|
||||
|
||||
namespace __llvm_libc {
|
||||
@@ -23,5 +20,3 @@ extern "C" [[gnu::visibility("protected")]] const bool __llvm_libc_rpc = false;
|
||||
|
||||
} // namespace rpc
|
||||
} // namespace __llvm_libc
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user