X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fcsdk%2Fstack%2Fsamples%2Flinux%2Fsecure%2Fcommon.h;h=ea899c384944a2a9d1acf3ed7d66460de7cd6ae5;hb=809b1b1e9be15724a6d756b403328a95894e639f;hp=ac73c1dcb4a448dd1eae3aeeaffad31030dbb1e5;hpb=4135975810259ab0404800684bb19aecfb888bba;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/csdk/stack/samples/linux/secure/common.h b/resource/csdk/stack/samples/linux/secure/common.h index ac73c1d..ea899c3 100644 --- a/resource/csdk/stack/samples/linux/secure/common.h +++ b/resource/csdk/stack/samples/linux/secure/common.h @@ -26,9 +26,6 @@ /* Get the result in string format. */ const char *getResult(OCStackResult result); -/* Read the credentials from persistent storage and provide to OC stack. */ -OCStackResult SetCredentials(const char* filename); - /* Removes the new line character from a NULL terminated C string. */ void StripNewLineChar(char* str);