summaryrefslogtreecommitdiff
path: root/include/rtl/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rtl/random.h')
-rw-r--r--include/rtl/random.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/rtl/random.h b/include/rtl/random.h
index e606caed0df4..7b6a25f3c7f6 100644
--- a/include/rtl/random.h
+++ b/include/rtl/random.h
@@ -29,11 +29,6 @@
extern "C" {
#endif
-/*========================================================================
- *
- * rtlRandom interface.
- *
- *======================================================================*/
/** Random Pool opaque type.
*/
typedef void* rtlRandomPool;
@@ -95,12 +90,6 @@ SAL_DLLPUBLIC rtlRandomError SAL_CALL rtl_random_getBytes (
sal_Size Bytes
) SAL_THROW_EXTERN_C();
-/*========================================================================
- *
- * The End.
- *
- *======================================================================*/
-
#ifdef __cplusplus
}
#endif