]> Nishi Git Mirror - gwion.git/commitdiff
:art: Remove unused func
authorJérémie Astor <fennecdjay@gmail.com>
Tue, 15 Dec 2020 01:17:06 +0000 (02:17 +0100)
committerJérémie Astor <fennecdjay@gmail.com>
Tue, 15 Dec 2020 01:17:06 +0000 (02:17 +0100)
src/emit/emit.c

index ef69ec37c0eee47e313ffe277b1a1caf56955dae..4fc0a29451fbd01e08e0e5e13ba94f90ad8a7ece 100644 (file)
@@ -35,9 +35,7 @@ static inline void emit_pop(const Emitter emit, const m_uint scope) { env_pop(em
 static inline m_uint emit_push(const Emitter emit, const Type type, const Nspc nspc) {
   return env_push(emit->env, type, nspc);
 }
-static inline m_uint emit_push_type(const Emitter emit, const Type type) {
-  return env_push_type(emit->env, type);
-}
+
 static inline m_uint emit_push_global(const Emitter emit) {
   return env_push_global(emit->env);
 }