summaryrefslogtreecommitdiff
path: root/inc/libs3.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/libs3.h')
-rw-r--r--inc/libs3.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/inc/libs3.h b/inc/libs3.h
index 89fbcc4..8f06e31 100644
--- a/inc/libs3.h
+++ b/inc/libs3.h
@@ -71,11 +71,6 @@ extern "C" {
* using file descriptors and a select()/poll() loop
* - Shut down libs3 at program exit time by calling S3_deinitialize()
*
- * In order to use libs3 with multiple threads, your program must provide
- * threading callbacks to the S3_initialize() function (if your program is
- * single threaded, you can pass NULL for these callback arguments to
- * S3_initialize()).
- *
* All functions which send requests to S3 return their results via a set of
* callback functions which must be supplied to libs3 at the time that the
* request is initiated. libs3 will call these functions back in the thread