Commit 791ce1bb for xz

commit 791ce1bb6dcae5f424a5a40b877ec4abd9476399
Author: Lasse Collin <lasse.collin@tukaani.org>
Date:   Wed Jul 15 22:12:07 2026 +0300

    liblzma: Remove an outdated API doc in hardware.h

diff --git a/src/liblzma/api/lzma/hardware.h b/src/liblzma/api/lzma/hardware.h
index 7a1a84fc..6b14a2e2 100644
--- a/src/liblzma/api/lzma/hardware.h
+++ b/src/liblzma/api/lzma/hardware.h
@@ -9,10 +9,7 @@
  * ways to limit the resource usage. Applications linking against liblzma
  * need to do the actual decisions how much resources to let liblzma to use.
  * To ease making these decisions, liblzma provides functions to find out
- * the relevant capabilities of the underlying hardware. Currently there
- * is only a function to find out the amount of RAM, but in the future there
- * will be also a function to detect how many concurrent threads the system
- * can run.
+ * the relevant capabilities of the underlying hardware.
  *
  * \note        On some operating systems, these function may temporarily
  *              load a shared library or open file descriptor(s) to find out