author | Nicolas Pitre <nico@cam.org> | |
Mon, 26 Feb 2007 19:56:00 +0000 (14:56 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 27 Feb 2007 09:34:21 +0000 (01:34 -0800) | ||
commit | 0ab179504a17907c395a4009f7c23d2f71bba1d3 | |
tree | 0bdd9634b1bb7a5cb31c2f871259cf737f5c6278 | tree | snapshot |
parent | 21666f1aae4e890d8f50924f9e80763b27e6a45d | commit | diff |
get rid of lookup_object_type()
This function is called only once in the whole source tree. Let's move
its code inline instead, which is also in the spirit of removing as much
object type char arrays as possible (not that this patch does anything for
that but at least it is now a local matter).
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This function is called only once in the whole source tree. Let's move
its code inline instead, which is also in the spirit of removing as much
object type char arrays as possible (not that this patch does anything for
that but at least it is now a local matter).
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
object.c | diff | blob | history | |
object.h | diff | blob | history | |
tag.c | diff | blob | history |