diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-06 16:36:34 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-07 12:03:24 +0900 |
| commit | 40fb163bf163c34ff66142de686be7b87d212254 (patch) | |
| tree | 650cf51108376253b541437937fda05d19c9ae04 /tdefile-plugins/elf | |
| parent | 92bde6f6c114e0d7ae4e8428402494a9b90c0d32 (diff) | |
| download | tdelibs-40fb163b.tar.gz tdelibs-40fb163b.zip | |
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1df809582147440749d88e03b70916044db15339)
Diffstat (limited to 'tdefile-plugins/elf')
| -rw-r--r-- | tdefile-plugins/elf/tdefile_elf.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tdefile-plugins/elf/tdefile_elf.cpp b/tdefile-plugins/elf/tdefile_elf.cpp index 0b3a58490..49949abaf 100644 --- a/tdefile-plugins/elf/tdefile_elf.cpp +++ b/tdefile-plugins/elf/tdefile_elf.cpp @@ -34,12 +34,7 @@ #include "tdelficon.h" -#if !defined(__osf__) #include <inttypes.h> -#else -typedef unsigned long uint32_t; -typedef unsigned short uint16_t; -#endif typedef KGenericFactory<KElfPlugin> ElfFactory; |
