[Bf-blender-cvs] [1095d5964dd] master: Cleanup: doversion for 3.0 is using FileData

Dalai Felinto noreply at git.blender.org
Thu Apr 22 12:19:27 CEST 2021


Commit: 1095d5964dd259df8e013a686060ffd82c97c6ab
Author: Dalai Felinto
Date:   Thu Apr 22 12:19:01 2021 +0200
Branches: master
https://developer.blender.org/rB1095d5964dd259df8e013a686060ffd82c97c6ab

Cleanup: doversion for 3.0 is using FileData

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

M	source/blender/blenloader/intern/versioning_300.c

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

diff --git a/source/blender/blenloader/intern/versioning_300.c b/source/blender/blenloader/intern/versioning_300.c
index 2d29f496e71..6b13b21f057 100644
--- a/source/blender/blenloader/intern/versioning_300.c
+++ b/source/blender/blenloader/intern/versioning_300.c
@@ -51,7 +51,6 @@ void do_versions_after_linking_300(Main *UNUSED(bmain), ReportList *UNUSED(repor
 /* NOLINTNEXTLINE: readability-function-size */
 void blo_do_versions_300(FileData *fd, Library *UNUSED(lib), Main *bmain)
 {
-  UNUSED_VARS(fd);
 
   /**
    * Versioning code until next subversion bump goes here.



More information about the Bf-blender-cvs mailing list