Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #520 from guanqun/compile-fix
Browse files Browse the repository at this point in the history
fix the unused variable warning
  • Loading branch information
bytemaster authored Sep 29, 2017
2 parents 90eaaf8 + 714cc8b commit 39cfd35
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ class read_only {

vector<char> data;

auto start = fc::time_point::now();
auto end = fc::time_point::now() + fc::microseconds( 1000*10 ); /// 10ms max time

int count = 0;
Expand Down

0 comments on commit 39cfd35

Please sign in to comment.