mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-18 07:57:31 +08:00
0024745: Needless inheritance of OSD_MemInfo from Standard_Transient
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
#ifndef _OSD_MemInfo_H__
|
||||
#define _OSD_MemInfo_H__
|
||||
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
|
||||
//! This class provide information about memory utilized by current process.
|
||||
@@ -47,7 +46,7 @@
|
||||
//!
|
||||
//! This also means that these values should not be used for intellectual
|
||||
//! memory management by application itself.
|
||||
class OSD_MemInfo : public Standard_Transient
|
||||
class OSD_MemInfo
|
||||
{
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user