summaryrefslogtreecommitdiff
path: root/srclib/apr-util/include/apr_memcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'srclib/apr-util/include/apr_memcache.h')
-rw-r--r--srclib/apr-util/include/apr_memcache.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/srclib/apr-util/include/apr_memcache.h b/srclib/apr-util/include/apr_memcache.h
index 766c0f01..82878825 100644
--- a/srclib/apr-util/include/apr_memcache.h
+++ b/srclib/apr-util/include/apr_memcache.h
@@ -287,9 +287,6 @@ APU_DECLARE(apr_status_t) apr_memcache_multgetp(apr_memcache_t *mc,
* @param data_size length of data at baton
* @param timeout time in seconds for the data to live on the server
* @param flags any flags set by the client for this key
- * @bug timeout is not implemented
- * @bug timeouts for apr must be prototyped in apr_interval_time_t;
- * this changes in 2.0
*/
APU_DECLARE(apr_status_t) apr_memcache_set(apr_memcache_t *mc,
const char *key,