all: assorted updates and cleanups
This commit is contained in:
+1
-5
@@ -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: */
|
||||
|
||||
Reference in New Issue
Block a user