Skip to content

Commit 5607523

Browse files
authored
Delete unused INLINE_STRING. (#182)
Signed-off-by: Takeshi Yoneda <[email protected]>
1 parent 82633e3 commit 5607523

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/wasm.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ std::mutex base_wasms_mutex;
4747
std::unordered_map<std::string, std::weak_ptr<WasmHandleBase>> *base_wasms = nullptr;
4848
std::unordered_map<std::string, WasmForeignFunction> *foreign_functions = nullptr;
4949

50-
const std::string INLINE_STRING = "<inline>";
51-
5250
std::vector<uint8_t> Sha256(const std::vector<std::string_view> parts) {
5351
uint8_t sha256[SHA256_DIGEST_LENGTH];
5452
SHA256_CTX sha_ctx;

0 commit comments

Comments
 (0)