eolian_js: remove Eina_Promise.

This commit is contained in:
Cedric BAIL 2016-11-07 11:35:31 -08:00
parent 997249e6c2
commit e03c8957cd
1 changed files with 0 additions and 1 deletions

View File

@ -154,7 +154,6 @@ _eolian_type_cpp_type_named_get(const Eolian_Type *tp, std::string const& caller
{"iterator", "Eina_Iterator"}, {"iterator", "Eina_Iterator"},
{"hash", "Eina_Hash"}, {"hash", "Eina_Hash"},
{"list", "Eina_List"}, {"list", "Eina_List"},
{"promise", "Eina_Promise"},
{"string", "const char*"}, {"string", "const char*"},
{"void_ptr", "void *"}, {"void_ptr", "void *"},
{"stringshare", "Eina_Stringshare*"}, {"stringshare", "Eina_Stringshare*"},