Inline CheckAddToTodoSet into its only caller in signal.cpp
commitcffdb2f2efa2a82f129f5bb287a85deb865d39eb
authorcirdan <cirdansw@gmail.com>
Fri, 14 Oct 2011 21:35:09 +0000 (14 23:35 +0200)
committercirdan <cirdansw@gmail.com>
Tue, 22 Oct 2013 18:46:59 +0000 (22 20:46 +0200)
tree116ba0a31dfe8b871844ae595acec4be37607d15
parente8ee053fb891a32990f218f5157e7af1180af3b7
Inline CheckAddToTodoSet into its only caller in signal.cpp

CheckAddToTodoSet is only called once, and is short enough to
be inlined into its caller.
src/signal.cpp