Skip to content

Commit d6483fc

Browse files
committed
fix(udf): same namespace for forward declartion w/o udf features
1 parent 4b61d29 commit d6483fc

File tree

3 files changed

+0
-1
lines changed

3 files changed

+0
-1
lines changed

apps/api/src/udf_handle.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
namespace Unsafe
1010
{
1111
#ifndef USE_UDF
12-
struct DynamicLibrary;
1312
Result<std::shared_ptr<DynamicLibrary>, std::string>
1413
load_udf(std::string_view model_name)
1514
{

apps/libs/cma_utils/includes/.gitkeep

Whitespace-only changes.

apps/libs/cma_utils/src/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)