summaryrefslogtreecommitdiffstats
path: root/kdf/disklist.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-17 16:57:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-17 16:57:47 +0900
commitd03c9b495a56d2a87d8fddf75aef11750119dc85 (patch)
tree9548d7b170cd575e8b7776b46e5c302de3fcf460 /kdf/disklist.cpp
parentbdb0aa04da758449d8b82e90f00cae94593146da (diff)
downloadtdeutils-d03c9b495a56d2a87d8fddf75aef11750119dc85.tar.gz
tdeutils-d03c9b495a56d2a87d8fddf75aef11750119dc85.zip
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kdf/disklist.cpp')
-rw-r--r--kdf/disklist.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/kdf/disklist.cpp b/kdf/disklist.cpp
index cccaf38..e416527 100644
--- a/kdf/disklist.cpp
+++ b/kdf/disklist.cpp
@@ -236,14 +236,7 @@ void DiskList::receivedDFStdErrOut(TDEProcess *, char *data, int len )
{
kdDebug() << k_funcinfo << endl;
-
- /* ATTENTION: StdERR no longer connected to this...
- * Do we really need StdErr?? on HP-UX there was eg. a line
- * df: /home_tu1/ijzerman/floppy: Stale NFS file handle
- * but this shouldn't cause a real problem
- */
-
-
+ /* ATTENTION: StdERR no longer connected to this... */
TQString tmp = TQString::fromLatin1(data, len);
dfStringErrOut.append(tmp);
}