Skip to content

Commit

Permalink
Use default constructor
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Stone <[email protected]>
  • Loading branch information
jstone-lucasfilm authored Sep 23, 2024
1 parent 0dc1517 commit b557ad6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/MaterialXFormat/Util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,7 @@ FileSearchPath getDefaultDataSearchPath()
const FilePath REQUIRED_LIBRARY_FOLDER("libraries/targets");
FilePath currentPath = FilePath::getModulePath();

FileSearchPath searchPath = FileSearchPath();

FileSearchPath searchPath;
#if defined(BUILD_APPLE_FRAMEWORK)
const FilePath FRAMEWORK_RESOURCES("Resources");
searchPath.append(FilePath::getSharedLibraryPath() / FRAMEWORK_RESOURCES);
Expand Down

0 comments on commit b557ad6

Please sign in to comment.