diff --git a/src/main/java/com/avaje/ebeaninternal/server/autotune/AutoTuneStorage.java b/src/main/java/com/avaje/ebeaninternal/server/autotune/AutoTuneStorage.java deleted file mode 100644 index 07c7872a9..000000000 --- a/src/main/java/com/avaje/ebeaninternal/server/autotune/AutoTuneStorage.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.avaje.ebeaninternal.server.autotune; - -/** - * - */ -public interface AutoTuneStorage { - - /** - * Load and return the tuning information. - */ - AutoTuneCollection load(); - - /** - * Store the collected profiling information. - */ - void store(AutoTuneCollection profiling); -}