You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2019/02/21 03:53:00 UTC

[couchdb-ets-lru] 30/30: Remove unnecessary modules application property

This is an automated email from the ASF dual-hosted git repository.

jaydoane pushed a commit to branch time-unit-parameterization
in repository https://gitbox.apache.org/repos/asf/couchdb-ets-lru.git

commit 17941431843df6bd930b1483f8446638f361cfae
Author: Jay Doane <ja...@apache.org>
AuthorDate: Wed Feb 20 19:49:21 2019 -0800

    Remove unnecessary modules application property
---
 src/ets_lru.app.src | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/ets_lru.app.src b/src/ets_lru.app.src
index 2573a0f..c81ce11 100644
--- a/src/ets_lru.app.src
+++ b/src/ets_lru.app.src
@@ -13,9 +13,6 @@
 {application, ets_lru, [
     {description, "ETS Base LRU Cache"},
     {vsn, git},
-    {modules, [
-        ets_lru
-    ]},
     {registered, []},
     {applications, [
         kernel,