Skip to content

Commit 6dba79c

Browse files
committed
fix(S3): bug toc field location
1 parent 6f9a03c commit 6dba79c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fdb5/toc/FieldRef.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ FieldRefLocation::FieldRefLocation(UriStore &store, const Field& field) {
4646
Here());
4747
}
4848
#else
49-
const TocFieldLocation* tocfloc = dynamic_cast<const TocFieldLocation*>(&loc);
5049
if(!tocfloc) {
5150
throw eckit::NotImplemented(
5251
"Field location is not of TocFieldLocation type "

0 commit comments

Comments
 (0)