all: assorted updates and cleanups

This commit is contained in:
Markus F.X.J. Oberhumer
2023-02-05 17:20:32 +01:00
parent 163377d1a0
commit b8d9c2b755
56 changed files with 691 additions and 853 deletions
+1 -5
View File
@@ -29,8 +29,6 @@
#ifndef UPX_EXCEPT_H__
#define UPX_EXCEPT_H__ 1
#ifdef __cplusplus
const char *prettyName(const char *n) noexcept;
/*************************************************************************
@@ -64,7 +62,7 @@ private:
ACC_CXX_DISABLE_NEW_DELETE
private:
static unsigned long counter; // for debugging
static upx_std_atomic(size_t) debug_counter; // for debugging
};
// Exceptions can/should be caught
@@ -217,8 +215,6 @@ NORET void throwEOFException(const char *msg = nullptr, int e = 0);
#undef NORET
#endif /* __cplusplus */
#endif /* already included */
/* vim:set ts=4 sw=4 et: */