zshrc: Remove disassemble
authorFrank Terbeck <ft@bewatermyfriend.org>
Tue, 29 Nov 2011 13:32:24 +0000 (14:32 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 6 Dec 2011 13:50:46 +0000 (14:50 +0100)
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
doc/grmlzshrc.t2t
etc/zsh/zshrc

index 71b3b76..df3946c 100644 (file)
@@ -547,9 +547,6 @@ A trick from $LINUX-KERNELSOURCE/Documentation/power/swsusp.txt. It brings
 back interactive responsiveness after suspend, when the system is swapping
 heavily.
 
-: **disassemble()**
-Translates C source code to assembly and ouputs both.
-
 : **dmoz()**
 Searches for the first argument (optional) in the Open Directory Project
 (See http://www.dmoz.org/docs/en/about.html).
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() {