remove last remnants of autostart, which has been removed for quite a while.

This commit is contained in:
Bernhard Amann 2012-05-25 10:49:17 -07:00
parent 976d8f7ba7
commit 2e452dc29f
3 changed files with 0 additions and 8 deletions

View file

@ -287,7 +287,6 @@ bool Manager::CreateStream(Stream* info, RecordVal* description)
}
EnumVal* reader = description->LookupWithDefault(rtype->FieldOffset("reader"))->AsEnumVal();
Val *autostart = description->LookupWithDefault(rtype->FieldOffset("autostart"));
ReaderFrontend* reader_obj = new ReaderFrontend(reader->InternalInt());
assert(reader_obj);