diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-20 03:37:57 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-20 03:37:57 +0300 |
commit | bd2e96ea837beb5e54f50dd4fedbb247e5ccd1a1 (patch) | |
tree | edc9cc8756f13c07f58d4d1a2bf08c9b9985d070 /utils/name2addr.cpp | |
parent | i have no idea how this compiled (diff) | |
download | winapi-debug-bd2e96ea837beb5e54f50dd4fedbb247e5ccd1a1.tar.gz winapi-debug-bd2e96ea837beb5e54f50dd4fedbb247e5ccd1a1.zip |
code style
Diffstat (limited to '')
-rw-r--r-- | utils/name2addr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/name2addr.cpp b/utils/name2addr.cpp index c6602c9..543cd7b 100644 --- a/utils/name2addr.cpp +++ b/utils/name2addr.cpp @@ -32,7 +32,6 @@ namespace } std::vector<PDB> pdbs; - std::vector<std::string> names; private: |