From be63189a6aefa0f4385faa10b4e7616e56affae0 Mon Sep 17 00:00:00 2001
From: Christoph Hellwig <hch@lst.de>
Date: Fri, 25 Mar 2016 13:14:58 +0100
Subject: [PATCH] nvmetcli: remove unused DEFAULT_SAVE_FILE defintion

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 nvmetcli | 2 --
 1 file changed, 2 deletions(-)

diff --git a/nvmetcli b/nvmetcli
index f8ef5c6..53af6ad 100755
--- a/nvmetcli
+++ b/nvmetcli
@@ -25,8 +25,6 @@ import sys
 import configshell_fb as configshell
 import nvmet.nvme as nvme
 
-DEFAULT_SAVE_FILE = "/etc/nvmet.json"
-
 
 class UIRootNode(configshell.node.ConfigNode):
     def __init__(self, shell):
-- 
GitLab