diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-16 19:17:21 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-16 19:17:46 +0300 |
commit | 5759798155584cb95fe133c53bf51a3ddd30e4fb (patch) | |
tree | df2aec65958e034d1661f613320b3fa7eb176d76 | |
parent | workflows/ci: use more recent Boost w/ VS 2019 (diff) | |
download | winapi-debug-5759798155584cb95fe133c53bf51a3ddd30e4fb.tar.gz winapi-debug-5759798155584cb95fe133c53bf51a3ddd30e4fb.zip |
remove unused workarounds.hpp
Diffstat (limited to '')
-rw-r--r-- | include/pdb/workarounds.hpp | 8 |
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__) |