mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
fix(Hacks): clean code
This commit is contained in:
parent
c04749eaab
commit
e1888dc130
2 changed files with 1 additions and 7 deletions
|
|
@ -17,10 +17,6 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <sstream>
|
||||
|
||||
#include <belle-sip/headers.h>
|
||||
|
||||
#include "hacks.h"
|
||||
|
||||
// =============================================================================
|
||||
|
|
@ -29,6 +25,4 @@ using namespace std;
|
|||
|
||||
LINPHONE_BEGIN_NAMESPACE
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
LINPHONE_END_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -32,9 +32,9 @@ LINPHONE_BEGIN_NAMESPACE
|
|||
// can be located more easily.
|
||||
class Hacks {
|
||||
public:
|
||||
Hacks () = delete;
|
||||
|
||||
private:
|
||||
Hacks () = default;
|
||||
|
||||
L_DISABLE_COPY(Hacks);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue