From 354f3e73cc9b692915b86b76d8c534082677abe4 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 10 Jun 2025 16:25:55 +0900 Subject: [PATCH] wasi_nn_types.h: remove a seemingly stale comment to me, the comment doesn't seem to make sense even in the PR where it originally has been introduced: https://github.com/bytecodealliance/wasm-micro-runtime/pull/1834 probably it was a leftover from unpublished earlier versions? --- core/iwasm/libraries/wasi-nn/include/wasi_nn_types.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/iwasm/libraries/wasi-nn/include/wasi_nn_types.h b/core/iwasm/libraries/wasi-nn/include/wasi_nn_types.h index dd6b8f14a1..c66e781a72 100644 --- a/core/iwasm/libraries/wasi-nn/include/wasi_nn_types.h +++ b/core/iwasm/libraries/wasi-nn/include/wasi_nn_types.h @@ -134,8 +134,6 @@ typedef enum execution_target { cpu = 0, gpu, tpu } execution_target; // Bind a `graph` to the input and output tensors for an inference. typedef uint32_t graph_execution_context; -/* Definition of 'wasi_nn.h' structs in WASM app format (using offset) */ - #ifdef __cplusplus } #endif