removed a fruitless attempt, compareType() should take care of this
[fw/sdcc] / src / SDCCmem.c
index e5f13fa4d19cea48d1fd65c84808ca5688377891..4692be48e609842c9020b1e5f950311272e2c707 100644 (file)
@@ -581,13 +581,6 @@ allocLocal (symbol * sym)
 
   /* this is automatic           */
 
-#ifdef JWK20010916
-  if (!IS_SPEC(sym->type) && SPEC_OCLS(sym->etype)) {
-    allocIntoSeg (sym);
-    return;
-  }
-#endif
-
   /* if it to be placed on the stack */
   if (options.stackAuto || reentrant) {
     sym->onStack = 1;