Imported Upstream version 1.0.1
[platform/upstream/iotivity.git] / android / android_api / base / jni / JniCaInterface.c
index eb1e07a..0972278 100644 (file)
@@ -50,11 +50,4 @@ Java_org_iotivity_ca_CaInterface_initialize
     LOGI("CaInterface_initialize");
 
     CANativeJNISetContext(env, context);
-
-    CAResult_t res = CAInitialize();
-
-    if (CA_STATUS_OK != res)
-    {
-        LOGE("Could not Initialize");
-    }
 }
\ No newline at end of file