From f8b4ca2a70d3fcb5867a543b759e552a304fb73f Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 27 Apr 2022 19:59:09 +0900 Subject: [PATCH] sandboxed-system-primitives: Remove unused file signals.h (#1132) --- .../sandboxed-system-primitives/src/signals.h | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 core/iwasm/libraries/libc-wasi/sandboxed-system-primitives/src/signals.h diff --git a/core/iwasm/libraries/libc-wasi/sandboxed-system-primitives/src/signals.h b/core/iwasm/libraries/libc-wasi/sandboxed-system-primitives/src/signals.h deleted file mode 100644 index cad78ad3..00000000 --- a/core/iwasm/libraries/libc-wasi/sandboxed-system-primitives/src/signals.h +++ /dev/null @@ -1,20 +0,0 @@ -// Part of the Wasmtime Project, under the Apache License v2.0 with LLVM -// Exceptions. See -// https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE for license -// information. -// -// Significant parts of this file are derived from cloudabi-utils. See -// https://github.com/bytecodealliance/wasmtime/blob/main/lib/wasi/sandboxed-system-primitives/src/LICENSE -// for license information. -// -// The upstream file contains the following copyright notice: -// -// Copyright (c) 2016 Nuxi, https://nuxi.nl/ - -#ifndef SIGNALS_H -#define SIGNALS_H - -void -signals_init(void); - -#endif