From 8fa9965e5476717e574f2674c6df8c4487874634 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 30 Jan 2011 13:07:59 +0100 Subject: Bug 616185: Move tags (aka lists of bugs) to their own DB tables r/a=mkanat --- Bugzilla/Constants.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Bugzilla/Constants.pm') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index f25c4f156..5b58fd494 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -82,9 +82,6 @@ use Memoize; DEFAULT_QUERY_NAME DEFAULT_MILESTONE - QUERY_LIST - LIST_OF_BUGS - SAVE_NUM_SEARCHES COMMENT_COLS @@ -288,10 +285,6 @@ use constant DEFAULT_QUERY_NAME => '(Default query)'; # The default "defaultmilestone" created for products. use constant DEFAULT_MILESTONE => '---'; -# The possible types for saved searches. -use constant QUERY_LIST => 0; -use constant LIST_OF_BUGS => 1; - # How many of the user's most recent searches to save. use constant SAVE_NUM_SEARCHES => 10; -- cgit v1.2.3-24-g4f1b