[libc][NFC] Remove useless header guards from implementation file

Summary:
These were accidentally added and don't do anything.
This commit is contained in:
Joseph Huber
2023-03-28 10:21:39 -05:00
parent e6d738e0c7
commit 09c6c7bea1

View File

@@ -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