From 0e932e6b2390ee8731134cfdb1dcdea3adfc8062 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 15 Nov 2012 19:18:46 -0500 Subject: Remove FLAGS The FLAGS variable is now unused in the codebase, so we can safely remove it. Change-Id: Idb70442d2420673d31da2b210486b6ec4ae76c84 --- nova/flags.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/nova/flags.py b/nova/flags.py index 2a3e4471d..c092d966a 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -24,5 +24,3 @@ This is left to support backwards compatibility. """ from nova import config - -FLAGS = config.CONF -- cgit