Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed VariableCompound class as it has never worked since added #3168

Merged
merged 1 commit into from Apr 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions bindings/CXX11/adios2/cxx11/Variable.h
Expand Up @@ -26,8 +26,6 @@ class Group; // friend
namespace core
{

class VariableBase;

template <class T>
class Variable; // private implementation

Expand Down
1 change: 0 additions & 1 deletion source/adios2/CMakeLists.txt
Expand Up @@ -15,7 +15,6 @@ add_library(adios2_core
core/Stream.cpp core/Stream.tcc
core/Variable.cpp core/Variable.tcc
core/VariableBase.cpp
core/VariableCompound.cpp core/VariableCompound.tcc
core/Group.cpp core/Group.tcc

#operator
Expand Down
1 change: 0 additions & 1 deletion source/adios2/core/Engine.h
Expand Up @@ -30,7 +30,6 @@
#include "adios2/common/ADIOSTypes.h"
#include "adios2/core/IO.h"
#include "adios2/core/Variable.h"
#include "adios2/core/VariableCompound.h"
#include "adios2/helper/adiosComm.h"

namespace adios2
Expand Down
1 change: 0 additions & 1 deletion source/adios2/core/IO.h
Expand Up @@ -28,7 +28,6 @@
#include "adios2/core/CoreTypes.h"
#include "adios2/core/Group.h"
#include "adios2/core/Variable.h"
#include "adios2/core/VariableCompound.h"

namespace adios2
{
Expand Down
37 changes: 0 additions & 37 deletions source/adios2/core/VariableCompound.cpp

This file was deleted.

63 changes: 0 additions & 63 deletions source/adios2/core/VariableCompound.h

This file was deleted.

33 changes: 0 additions & 33 deletions source/adios2/core/VariableCompound.tcc

This file was deleted.