Skip to content

Commit

Permalink
touch
Browse files Browse the repository at this point in the history
  • Loading branch information
li-feng-sc committed Jul 26, 2024
1 parent e1a08ff commit 0c74a2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion support-lib/jni/Marshal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ namespace djinni
{
return c ? T::Boxed::fromCpp(jniEnv, *c) : LocalRef<JniType>{ };
}

static LocalRef<JniType> fromCpp(JNIEnv* jniEnv, OptionalType<typename T::CppType>&& c)
{
return c ? T::Boxed::fromCpp(jniEnv, std::move(*c)) : LocalRef<JniType>{ };
Expand Down

0 comments on commit 0c74a2a

Please sign in to comment.