commit 6a817629d4ab9e7997661b8dbd4d04f4ff4053a9 Author: Nick Mathewson nickm@torproject.org Date: Thu Sep 25 12:37:58 2014 -0400
Remove obsolete test.sh --- test.sh | 7 ------- 1 file changed, 7 deletions(-)
diff --git a/test.sh b/test.sh deleted file mode 100755 index d907aa1..0000000 --- a/test.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -# This file should go away - -python lib/CodeGen.py doc/example2.trunnel && gcc -g -O2 -D_FORTIFY_SOURCE=2 -Qunused-arguments -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -fasynchronous-unwind-tables -Wall -fno-strict-aliasing -Wno-deprecated-declarations -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wmissing-declarations -Wredundant-decls -Wnested-externs -Wbad-function-cast -Wswitch-enum -Werror -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Wold-style-definition -Waddress -Wmissing-noreturn -Wstrict-overflow=1 -Wshorten-64-to-32 -c doc/example2.c - -