Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105953153
D22887.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
563 B
Referenced Files
None
Subscribers
None
D22887.diff
View Options
Index: head/lib/libdevdctl/guid.h
===================================================================
--- head/lib/libdevdctl/guid.h
+++ head/lib/libdevdctl/guid.h
@@ -70,9 +70,6 @@
Guid(const std::string &guid);
static Guid InvalidGuid();
- /* Assignment */
- Guid& operator=(const Guid& rhs);
-
/* Test the validity of this guid. */
bool IsValid() const;
@@ -108,13 +105,6 @@
Guid::InvalidGuid()
{
return (Guid(INVALID_GUID));
-}
-
-inline Guid&
-Guid::operator=(const Guid &rhs)
-{
- m_GUID = rhs.m_GUID;
- return (*this);
}
inline bool
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 24, 1:24 AM (19 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15581483
Default Alt Text
D22887.diff (563 B)
Attached To
Mode
D22887: libdevdctl: g++9 avoid Wdeprecated-copy
Attached
Detach File
Event Timeline
Log In to Comment