aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/pdb
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-16 19:17:21 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-16 19:17:46 +0300
commit5759798155584cb95fe133c53bf51a3ddd30e4fb (patch)
treedf2aec65958e034d1661f613320b3fa7eb176d76 /include/pdb
parentworkflows/ci: use more recent Boost w/ VS 2019 (diff)
downloadwinapi-debug-5759798155584cb95fe133c53bf51a3ddd30e4fb.tar.gz
winapi-debug-5759798155584cb95fe133c53bf51a3ddd30e4fb.zip
remove unused workarounds.hpp
Diffstat (limited to 'include/pdb')
-rw-r--r--include/pdb/workarounds.hpp8
1 files changed, 0 insertions, 8 deletions
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 <Egor.Tensin@gmail.com>
-// 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__)