projects
/
sdk
/
tools
/
heaptrack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d91faf
)
Remove dead code
author
Milian Wolff
<mail@milianw.de>
Wed, 10 Dec 2014 18:23:51 +0000
(19:23 +0100)
committer
Milian Wolff
<mail@milianw.de>
Wed, 10 Dec 2014 18:23:51 +0000
(19:23 +0100)
heaptrack_print.cpp
patch
|
blob
|
history
diff --git
a/heaptrack_print.cpp
b/heaptrack_print.cpp
index
4ab6d8e
..
bb648a3
100644
(file)
--- a/
heaptrack_print.cpp
+++ b/
heaptrack_print.cpp
@@
-85,13
+85,6
@@
private:
size_t m_bytes;
};
-struct AddressInformation
-{
- string function;
- string file;
- int line = 0;
-};
-
// sadly, C++ doesn't yet have opaque typedefs
template<typename Base>
struct Index