[Bf-blender-cvs] [19a559d1700] master: Fix warning after recent fluid modifier changes

Sergey Sharybin noreply at git.blender.org
Wed Oct 27 15:14:59 CEST 2021


Commit: 19a559d1700770c6d5d3bcf2b9f500d287e24682
Author: Sergey Sharybin
Date:   Wed Oct 27 15:12:19 2021 +0200
Branches: master
https://developer.blender.org/rB19a559d1700770c6d5d3bcf2b9f500d287e24682

Fix warning after recent fluid modifier changes

===================================================================

M	source/blender/modifiers/intern/MOD_fluid.c

===================================================================

diff --git a/source/blender/modifiers/intern/MOD_fluid.c b/source/blender/modifiers/intern/MOD_fluid.c
index acc92fde766..c019a49cdb9 100644
--- a/source/blender/modifiers/intern/MOD_fluid.c
+++ b/source/blender/modifiers/intern/MOD_fluid.c
@@ -143,7 +143,6 @@ static Mesh *modifyMesh(ModifierData *md, const ModifierEvalContext *ctx, Mesh *
   return me;
 #else
   FluidModifierData *fmd = (FluidModifierData *)md;
-  Mesh *result = NULL;
 
   if (ctx->flag & MOD_APPLY_ORCO) {
     return me;



More information about the Bf-blender-cvs mailing list