summaryrefslogtreecommitdiff
path: root/src/examples/patriciatest/patriciatest.c
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2014-01-28 15:21:50 +0100
committerAndrew Shadura <andrew@shadura.me>2014-01-28 15:21:50 +0100
commit51addbcf27d7b06dae80a0e39e5f5f83e94dd8ae (patch)
tree3d00bef2d26f97257ec6f4835505cd300054a1e3 /src/examples/patriciatest/patriciatest.c
parent1ed00f1a2893b43195f3fc747988da0bf6006797 (diff)
Update to libmowgli 2.0.0
Diffstat (limited to 'src/examples/patriciatest/patriciatest.c')
-rw-r--r--src/examples/patriciatest/patriciatest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/examples/patriciatest/patriciatest.c b/src/examples/patriciatest/patriciatest.c
index bf5f641..98c5f65 100644
--- a/src/examples/patriciatest/patriciatest.c
+++ b/src/examples/patriciatest/patriciatest.c
@@ -149,8 +149,6 @@ void test_patricia(void)
int main(int argc, char *argv[])
{
- mowgli_init();
-
test_patricia();
return errors == 0 ? 0 : 1;