From 716e3fe5122bc96bdc40fde71a50e4dc7f49b759 Mon Sep 17 00:00:00 2001
From: lyblsgo <lyblsgo@163.com>
Date: 星期五, 21 四月 2023 17:12:10 +0800
Subject: [PATCH] rename executable file;rm some unnecessary deps

---
 funasr/runtime/onnxruntime/src/commonfunc.h |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/funasr/runtime/onnxruntime/src/commonfunc.h b/funasr/runtime/onnxruntime/src/commonfunc.h
index 5198030..8d1a97c 100644
--- a/funasr/runtime/onnxruntime/src/commonfunc.h
+++ b/funasr/runtime/onnxruntime/src/commonfunc.h
@@ -1,6 +1,5 @@
 #pragma once 
 
-
 typedef struct
 {
     std::string msg;
@@ -10,8 +9,6 @@
 
 #ifdef _WIN32
 #include <codecvt>
-
-
 
 inline std::wstring string2wstring(const std::string& str, const std::string& locale)
 {
@@ -28,8 +25,6 @@
 }
 
 #endif
-
-
 
 inline void getInputName(Ort::Session* session, string& inputName,int nIndex=0) {
     size_t numInputNodes = session->GetInputCount();

--
Gitblit v1.9.1