remove un-needed usings

This commit is contained in:
Ari Lazier 2016-04-26 17:40:56 -07:00
parent df14c7760d
commit 588bbc327a
1 changed files with 0 additions and 4 deletions

View File

@ -52,10 +52,6 @@ class RealmObject {
template<typename T>
struct RealmObjectClass : ClassDefinition<T, realm::Object> {
using ContextType = typename T::Context;
using ObjectType = typename T::Object;
using ValueType = typename T::Value;
using ReturnValue = js::ReturnValue<T>;
using RealmObject = js::RealmObject<T>;
const std::string name = "RealmObject";