summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/macosx/cfcpp/CFCData.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Host/macosx/cfcpp/CFCData.h')
-rw-r--r--lldb/source/Host/macosx/cfcpp/CFCData.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Host/macosx/cfcpp/CFCData.h b/lldb/source/Host/macosx/cfcpp/CFCData.h
index b0b25232b1c..33fcf53ed0b 100644
--- a/lldb/source/Host/macosx/cfcpp/CFCData.h
+++ b/lldb/source/Host/macosx/cfcpp/CFCData.h
@@ -13,9 +13,7 @@
class CFCData : public CFCReleaser<CFDataRef> {
public:
- //------------------------------------------------------------------
// Constructors and Destructors
- //------------------------------------------------------------------
CFCData(CFDataRef data = NULL);
CFCData(const CFCData &rhs);
CFCData &operator=(const CFCData &rhs);
@@ -26,9 +24,7 @@ public:
CFIndex GetLength() const;
protected:
- //------------------------------------------------------------------
// Classes that inherit from CFCData can see and modify these
- //------------------------------------------------------------------
};
#endif // #ifndef CoreFoundationCPP_CFData_h_
OpenPOWER on IntegriCloud