Skip to content

Commit 0764869

Browse files
committed
Seems STables already do get a type cache ID allocated upon deserialization, so remove deserialization warning; nothing known un-done now.
1 parent a1d5f90 commit 0764869

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/6model/serialization.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,9 +1380,6 @@ static void deserialize_stable(PARROT_INTERP, SerializationReader *reader, INTVA
13801380
st->container_spec->fetch_method = read_ref_func(interp, reader);
13811381
}
13821382

1383-
/* XXX More to do here. */
1384-
printf("WARNING: STable deserialization not yet fully implemented\n");
1385-
13861383
/* Mark it as being in the SC we're currently deserializing. */
13871384
st->sc = reader->root.sc;
13881385

0 commit comments

Comments
 (0)