From 5759798155584cb95fe133c53bf51a3ddd30e4fb Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 16 May 2021 19:17:21 +0300 Subject: remove unused workarounds.hpp --- include/pdb/workarounds.hpp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 include/pdb/workarounds.hpp (limited to 'include/pdb') diff --git a/include/pdb/workarounds.hpp b/include/pdb/workarounds.hpp deleted file mode 100644 index 4087990..0000000 --- a/include/pdb/workarounds.hpp +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright (c) 2020 Egor Tensin -// This file is part of the "winapi-debug" project. -// For details, see https://github.com/egor-tensin/winapi-debug. -// Distributed under the MIT License. - -#pragma once - -#define PDB_UNUSED_PARAMETER(...) (void)(__VA_ARGS__) -- cgit v1.2.3