diff options
author | Daniel Burrows <dburrows@debian.org> | 2009-01-16 20:49:52 -0800 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2009-01-16 20:49:52 -0800 |
commit | 2341dd54d82fa116d645500ad44b6f7dd2047e8c (patch) | |
tree | c285fabae8496ef21bad18ba87384c1e300fadd9 /src/cmdline/cmdline_util.h | |
parent | 601220982c37f3eb77eb5550608954717fa103b1 (diff) | |
download | aptitude-2341dd54d82fa116d645500ad44b6f7dd2047e8c.tar.gz |
Move cmdline_is_search_pattern() to aptitude::matching::is_pattern().
Diffstat (limited to 'src/cmdline/cmdline_util.h')
-rw-r--r-- | src/cmdline/cmdline_util.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/cmdline/cmdline_util.h b/src/cmdline/cmdline_util.h index 7415d84d..df04f4a1 100644 --- a/src/cmdline/cmdline_util.h +++ b/src/cmdline/cmdline_util.h @@ -71,16 +71,6 @@ bool cmdline_parse_source(const string &input, download_manager::result cmdline_do_download(download_manager *m, int verbose); -/** \brief Test whether a string looks like a search pattern. - * - * \param s the string to test. - * - * Looks for tildes and question marks. - * - * \return \b true if the string qualifies as a search pattern. - */ -bool cmdline_is_search_pattern(const std::string &s); - namespace aptitude { namespace cmdline |