Skip to content
Snippets Groups Projects
Commit 9086a8e3 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Merge branch 'master' of github.com:tarantool/tarantool

parents c4ef8d1d 5adf6e08
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ To start the server, try:
This will start Tarantool in interactive mode.
To run Tarantool regression tests (test/test-run.py),
a few additional Python modules are ncessary:
a few additional Python modules are necessary:
* daemon
* pyyaml
* msgpack-python
......
......@@ -70,8 +70,6 @@ rmean_age(ev_loop * /* loop */,
ev_timer *timer, int /* events */)
{
struct rmean *rmean = (struct rmean *) timer->data;
if (rmean->stats == NULL)
return;
for (size_t i = 0; i < rmean->stats_n; i++) {
if (rmean->stats[i].name == NULL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment