Commit Diff


commit - e89f4739041b12a3984107704ad97bcf5f0aec26
commit + 964686ce0b77d06b8c954366db56e9a8d098b1d5
blob - 735a96f6d22b912d8947642609935fcd5dac84ac
blob + 3a4e8f4970740c26f9af6abd9e8a581e5e63c69f
--- regress/lib.sh
+++ regress/lib.sh
@@ -107,12 +107,6 @@ head() {
 	$gg -T10 -d header $ggflags "gemini://localhost:10965/$1" || true
 }
 
-# usage: raw <path>
-# return both header and body
-raw() {
-	$gg -T10 -dwhole $ggflags "gemini://localhost:10965/$1" || true
-}
-
 # usage: fetch <path>
 # fetches the header and the body.  They're returned in $hdr and
 # $body.