zshrc: Remove disassemble
[grml-etc-core.git] / etc / zsh / zshrc
index 5daa972..b80a7e4 100644 (file)
@@ -2691,11 +2691,6 @@ cvss() {
     emulate -L zsh
     cvs status -v $*
 }
-#f5# Disassemble source files using gcc and as
-disassemble(){
-    emulate -L zsh
-    gcc -pipe -S -o - -O -g $* | as -aldh -o /dev/null
-}
 
 # smart cd function, allows switching to /etc when running 'cd /etc/fstab'
 cd() {