diff options
author | Tim Potter <tpot@samba.org> | 2003-04-14 02:12:41 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-04-14 02:12:41 +0000 |
commit | 82e5bba5ad87335f98a9dbc035ba13e2fd2221bc (patch) | |
tree | f6a1a162f9ffc2703bbe5b412688d02f36a4dc67 | |
parent | 19bfc8b12cfaf202adc328a66e8f74836823f702 (diff) | |
download | samba-82e5bba5ad87335f98a9dbc035ba13e2fd2221bc.tar.gz samba-82e5bba5ad87335f98a9dbc035ba13e2fd2221bc.tar.bz2 samba-82e5bba5ad87335f98a9dbc035ba13e2fd2221bc.zip |
Remove outdated file.
(This used to be commit 6d73479a06a5c064d4253f311f3a7d90e315c85c)
-rwxr-xr-x | source3/configure.nodebug.developer | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/configure.nodebug.developer b/source3/configure.nodebug.developer deleted file mode 100755 index 65e21b4bdf..0000000000 --- a/source3/configure.nodebug.developer +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -CFLAGS="-Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"; export CFLAGS -./configure $* |