Skip to content

Commit

Permalink
delete _BSIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
jshun committed Apr 1, 2015
1 parent ec90af6 commit 6a66fb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ struct addF { E operator() (const E& a, const E& b) const {return a+b;}};
template <class E>
struct minF { E operator() (const E& a, const E& b) const {return (a < b) ? a : b;}};

#define _BSIZE 2048
#define _SCAN_LOG_BSIZE 10
#define _SCAN_BSIZE (1 << _SCAN_LOG_BSIZE)

Expand Down

0 comments on commit 6a66fb6

Please sign in to comment.