remove a dead function
This commit is contained in:
parent
3f05f651ae
commit
bafa644c18
@ -2019,10 +2019,6 @@ inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
|
|||||||
|
|
||||||
GTEST_DISABLE_MSC_DEPRECATED_PUSH_()
|
GTEST_DISABLE_MSC_DEPRECATED_PUSH_()
|
||||||
|
|
||||||
inline const char* StrNCpy(char* dest, const char* src, size_t n) {
|
|
||||||
return strncpy(dest, src, n);
|
|
||||||
}
|
|
||||||
|
|
||||||
// ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
|
// ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
|
||||||
// StrError() aren't needed on Windows CE at this time and thus not
|
// StrError() aren't needed on Windows CE at this time and thus not
|
||||||
// defined there.
|
// defined there.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user