Просмотр исходного кода

Removed unused CompoundVisitor

Jorrit Rouwe 3 лет назад
Родитель
Сommit
cf28329528
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      Jolt/ObjectStream/SerializableAttribute.h

+ 0 - 2
Jolt/ObjectStream/SerializableAttribute.h

@@ -8,8 +8,6 @@
 
 JPH_NAMESPACE_BEGIN
 
-using CompoundVisitor = function<void(const void *, const RTTI *)>;
-
 /// Attributes are members of classes that need to be serialized. This extends the
 /// basic attribute defined in RTTI.h
 class SerializableAttribute : public RTTIAttribute