From 038da00e799b4bf3af824075a260083c56392964 Mon Sep 17 00:00:00 2001 From: Herman Semenov Date: Tue, 6 Sep 2022 13:21:09 +0300 Subject: Code optimizations / refactor (#12704) Co-authored-by: SmallJoker Co-authored-by: sfan5 --- src/mapgen/mg_schematic.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mapgen') diff --git a/src/mapgen/mg_schematic.cpp b/src/mapgen/mg_schematic.cpp index b9ba70302..8db89a55d 100644 --- a/src/mapgen/mg_schematic.cpp +++ b/src/mapgen/mg_schematic.cpp @@ -234,7 +234,6 @@ bool Schematic::placeOnVManip(MMVManip *vm, v3s16 p, u32 flags, void Schematic::placeOnMap(ServerMap *map, v3s16 p, u32 flags, Rotation rot, bool force_place) { - std::map lighting_modified_blocks; std::map modified_blocks; std::map::iterator it; -- cgit v1.2.3