mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-15 12:07:41 +08:00
0029590: Coding - avoid usage of Standard_EXPORT attribute for inline methods
All occurrences of Standard_EXPORT attached to inline methods in OCCT code are eliminated. Some unused classes and C++ files producing no code are deleted.
This commit is contained in:
@@ -159,7 +159,7 @@ public:
|
||||
Standard_EXPORT void Next ();
|
||||
|
||||
//! Returns current index
|
||||
Standard_EXPORT Standard_Size Index () const
|
||||
Standard_Size Index () const
|
||||
{
|
||||
return myIBlock * myArr->myBlockSize + myInd;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user