diff options
author | Mike Frysinger <vapier@chromium.org> | 2015-11-11 01:17:45 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@chromium.org> | 2015-11-11 01:17:45 -0500 |
commit | 2d1b97a1ff4bcdcd7aa8481b0aa7d1dce874191e (patch) | |
tree | 000c01acf1307f88ac153b1a88bded03aae3e28f /src/processor | |
parent | Fix file descriptor leaks in linux CrashGenerationServer (diff) | |
download | breakpad-2d1b97a1ff4bcdcd7aa8481b0aa7d1dce874191e.tar.xz |
Don't include libdisasm.a in libbreakpad.a
libbreakpad.a pointlessly contains libdisasm.a
This looks like a left-over from when libtool was used
Since this has no useful effect (as the linker doesn't recursively search
archive members which aren't objects), anything which requires the objects in
libdisasm.a must already be linking with it, so simply remove it.
BUG=https://code.google.com/p/google-breakpad/issues/detail?id=484
Review URL: https://codereview.chromium.org/1399003002 .
Diffstat (limited to 'src/processor')
0 files changed, 0 insertions, 0 deletions