From d03c9b495a56d2a87d8fddf75aef11750119dc85 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 17 Jan 2026 16:57:47 +0900 Subject: Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler. Signed-off-by: Michele Calgaro --- kdf/disklist.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'kdf/disklist.cpp') 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); } -- cgit v1.2.3