# zshrc/00_varsetup # # set up global variables # # Copyright © 2011 Tobias Klauser # Released under the terms of the Artistic Licence 2.0 # # Source repository: git://git.distanz.ch/dotfiles/zsh.git # automatically remove duplicates from these arrays typeset -gU path cdpath fpath manpath fignore typeset -ga preexec_functions typeset -ga precmd_functions typeset -ga chpwd_functions # vim:ft=zsh anz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2016-12-12 10:52:10 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2016-12-15 16:25:45 -0300
commit7e6a79981b7a797b37b1dbeca3fd6ae1cb6d881f (patch)
tree7d371fa64e79815aeec170810c977b12d67f7fee
parentba957ebb54893acaf3dc846031073a63f021cee1 (diff)
perf tools: Remove some needless __maybe_unused
I.e. those parameters/functions _are_ used, so ditch that misleading attribute. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/n/tip-13cqtjh0yojg5gzvpq1zzpl0@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
with that. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>