Skip to content

Commit

Permalink
Merge pull request #2345 from greymistcube/chore/cleanup
Browse files Browse the repository at this point in the history
🧹 Remove unnecessary code
  • Loading branch information
greymistcube authored Dec 5, 2023
2 parents db3c919 + 3019acc commit 3b91364
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Libplanet.Headless/Hosting/LibplanetNodeService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ public LibplanetNodeService(
Action<bool> preloadStatusHandlerAction,
IActionLoader actionLoader,
bool ignoreBootstrapFailure = false,
bool ignorePreloadFailure = false,
bool useRemoteActionEvaluator = false
bool ignorePreloadFailure = false
)
{
if (blockPolicy is null)
Expand Down
1 change: 0 additions & 1 deletion Libplanet.Headless/Libplanet.Headless.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<ProjectReference Include="..\Lib9c\.Libplanet\Libplanet.RocksDBStore\Libplanet.RocksDBStore.csproj" />
<ProjectReference Include="..\Lib9c\.Libplanet\Libplanet.Net\Libplanet.Net.csproj" />
<ProjectReference Include="..\NineChronicles.RPC.Shared\NineChronicles.RPC.Shared\NineChronicles.RPC.Shared.csproj" />
<ProjectReference Include="..\Lib9c\.Libplanet.Extensions.RemoteActionEvaluator\Libplanet.Extensions.RemoteActionEvaluator.csproj" />
<ProjectReference Include="..\Libplanet.Extensions.ForkableActionEvaluator\Libplanet.Extensions.ForkableActionEvaluator.csproj" />
<ProjectReference Include="..\Libplanet.Extensions.PluggedActionEvaluator\Libplanet.Extensions.PluggedActionEvaluator.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 3b91364

Please sign in to comment.