OSDN Git Service

[codeview] Drop unused private inheritance.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 10 Jul 2016 10:17:36 +0000 (10:17 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 10 Jul 2016 10:17:36 +0000 (10:17 +0000)
commit0f313e56b8f3d9beda461389d023aec3f23b7b1a
tree6e1eb7176b92d83d9385cc011a2a5829dafd82e4
parent67b9ec91e3226e7336ece842cd0fddc9202fa556
[codeview] Drop unused private inheritance.

There is no polymorphism here, and StreamRef already contains a
StreamInterface pointer. Dropping the base class makes StreamRef more
transparent to the compiler, for example it can find unused variables.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275013 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/CodeView/StreamRef.h
tools/llvm-pdbdump/LLVMOutputStyle.cpp