Commit 1065a4a2 authored by ml's avatar ml

Removed #ifdef

parent 3e3844df
......@@ -821,14 +821,12 @@ gdh_GetObjectClass (
touchObject(op);
*cid = op->g.cid;
#if 1
if (op->l.flags.b.isCached) {
cp = hash_Search(&lsts, gdbroot->cid_ht, cid);
if (cp == NULL) {
cmvolc_GetNonExistingClass(&lsts, op);
}
}
#endif
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment