Skip to content

Commit 39910cc

Browse files
Cleanup DataContext::toData().
1 parent 4732e81 commit 39910cc

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

src/precice/impl/DataContext.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ mesh::PtrData DataContext::providedData()
2020
return _providedData;
2121
}
2222

23-
mesh::PtrData DataContext::toData()
24-
{
25-
PRECICE_ASSERT(_toData);
26-
return _toData;
27-
}
28-
2923
std::string DataContext::getDataName() const
3024
{
3125
PRECICE_ASSERT(_providedData);

src/precice/impl/DataContext.hpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ class DataContext {
3131
*/
3232
mesh::PtrData providedData();
3333

34-
/**
35-
* @brief Get _toData member.
36-
*
37-
* @return mesh::PtrData _toData.
38-
*/
39-
mesh::PtrData toData();
40-
4134
/**
4235
* @brief Get the Name of _providedData.
4336
*

0 commit comments

Comments
 (0)