Commit 41d6487c authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Removed unused SharedArrayType

parent 0afa6d13
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -83,8 +83,6 @@ public:
   using SeedIndexedSetType            = Containers::IndexedSet< SeedType, GlobalIndexType, Key >;
   using SeedArrayType                 = Containers::Array< SeedType, Devices::Host, GlobalIndexType >;
   using ReferenceOrientationArrayType = Containers::Array< ReferenceOrientationType, Devices::Host, GlobalIndexType >;

   using SharedArrayType               = Containers::tnlConstSharedArray< EntityType, Devices::Host, GlobalIndexType >;
};

} // namespace Meshes