summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Darwin/CFBundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/Process/Darwin/CFBundle.h')
-rw-r--r--lldb/source/Plugins/Process/Darwin/CFBundle.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/Darwin/CFBundle.h b/lldb/source/Plugins/Process/Darwin/CFBundle.h
index c56edee7a03..f49dc30f1f8 100644
--- a/lldb/source/Plugins/Process/Darwin/CFBundle.h
+++ b/lldb/source/Plugins/Process/Darwin/CFBundle.h
@@ -17,9 +17,7 @@
class CFBundle : public CFReleaser<CFBundleRef> {
public:
- //------------------------------------------------------------------
// Constructors and Destructors
- //------------------------------------------------------------------
CFBundle(const char *path = NULL);
CFBundle(const CFBundle &rhs);
CFBundle &operator=(const CFBundle &rhs);
OpenPOWER on IntegriCloud