X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Finterpreter%2Fobject.c;h=75a1b7fc0c867c9097fb130a6b145c96d7e557b2;hb=e77791e6e846695667804565875b4305f4ff5b0e;hp=762b3827bd14bf773a68b6eeddf2da2eb271949f;hpb=21198e4d1a1f7d41c48d08791b257479d257aba6;p=ghc-hetmet.git diff --git a/ghc/interpreter/object.c b/ghc/interpreter/object.c index 762b382..75a1b7f 100644 --- a/ghc/interpreter/object.c +++ b/ghc/interpreter/object.c @@ -81,7 +81,6 @@ ObjectCode* ocNew ( void (*errMsg)(char*), oc->sizesectionTab = 0; oc->usedsectionTab = 0; oc->next = NULL; - return oc; }