Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1716)

Unified Diff: mozilla/nsprpub/pr/include/prtime.h

Issue 12089033: Update to NSPR 4.9.5 Beta 2, part 2: actual changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mozilla/nsprpub/pr/include/prthread.h ('k') | mozilla/nsprpub/pr/include/prtypes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mozilla/nsprpub/pr/include/prtime.h
===================================================================
--- mozilla/nsprpub/pr/include/prtime.h (revision 179237)
+++ mozilla/nsprpub/pr/include/prtime.h (working copy)
@@ -246,17 +246,6 @@
PRBool default_to_gmt,
PRTime *result);
-/*
- * FIXME: should we also have a formatting function, such as asctime, ctime,
- * and strftime in standard C library? But this would involve
- * internationalization issues. Might want to provide a US English version.
- */
-
-/**********************************************************************/
-/*********************** OLD COMPATIBILITYFUNCTIONS *******************/
-/**********************************************************************/
-#ifndef NO_NSPR_10_SUPPORT
-
/* Format a time value into a buffer. Same semantics as strftime() */
NSPR_API(PRUint32) PR_FormatTime(char *buf, int buflen, const char *fmt,
const PRExplodedTime *tm);
@@ -268,8 +257,6 @@
PR_FormatTimeUSEnglish( char* buf, PRUint32 bufSize,
const char* format, const PRExplodedTime* tm );
-#endif /* NO_NSPR_10_SUPPORT */
-
PR_END_EXTERN_C
#endif /* prtime_h___ */
« no previous file with comments | « mozilla/nsprpub/pr/include/prthread.h ('k') | mozilla/nsprpub/pr/include/prtypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698