neo_doxygen: Fix a forgotten warning.
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Tue, 2 Dec 2014 19:42:01 +0000 (14:42 -0500)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Tue, 2 Dec 2014 21:33:27 +0000 (16:33 -0500)
Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

contrib/neo_doxygen/src/model/graph.nit

index 98244eb..0296da5 100644 (file)
@@ -127,7 +127,7 @@ abstract class Entity
        #
        # Also set `name` using `name_separator`.
        fun full_name=(full_name: String) do
-               var m: nullable Match = full_name.search_last(name_separator)
+               var m = full_name.search_last(name_separator)
 
                self["full_name"] = full_name
                if m == null then