summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_time.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-17 14:14:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-17 14:14:19 +0000
commit8c473f29ddbc2d5411313290fa0051b56562dd64 (patch)
treebe02f9a9bc8a34e0eb9d668af83edd9090dc9879 /ACE/ace/OS_NS_time.cpp
parent1700d211f83f3db129bd203df14339098636111f (diff)
downloadATCD-8c473f29ddbc2d5411313290fa0051b56562dd64.tar.gz
Wed Sep 17 14:13:59 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/OS_NS_time.cpp')
-rw-r--r--ACE/ace/OS_NS_time.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/ace/OS_NS_time.cpp b/ACE/ace/OS_NS_time.cpp
index 5c485d9c586..b15714866b2 100644
--- a/ACE/ace/OS_NS_time.cpp
+++ b/ACE/ace/OS_NS_time.cpp
@@ -365,8 +365,6 @@ ACE_OS::strptime_emulation (const char *buf, const char *format, struct tm *tm)
if (!buf || !format)
return 0;
- ACE_OS::memset (tm, 0, sizeof (struct tm));
-
while (format[fi] != '\0')
{
if (percent)