[all-commits] [llvm/llvm-project] ea2ba5: [lldb][NFC] Simplify IOHandler constructor/destruc...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Thu Nov 14 00:59:45 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ea2ba51b0b2f5bc0bea650bf64e5cbd63476563f
https://github.com/llvm/llvm-project/commit/ea2ba51b0b2f5bc0bea650bf64e5cbd63476563f
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2019-11-14 (Thu, 14 Nov 2019)
Changed paths:
M lldb/include/lldb/Core/IOHandler.h
Log Message:
-----------
[lldb][NFC] Simplify IOHandler constructor/destructor setup
We only need a default constructor because of DISALLOW_COPY_AND_ASSIGN,
but the non-virtual destructor isn't needed.
More information about the All-commits
mailing list