]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
bin/svalgrind-ptr: remove
authorSimon Ruderich <simon@ruderich.org>
Sun, 22 Jun 2014 14:11:46 +0000 (16:11 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 22 Jun 2014 14:11:46 +0000 (16:11 +0200)
Unused.

bin/svalgrind-ptr [deleted file]

diff --git a/bin/svalgrind-ptr b/bin/svalgrind-ptr
deleted file mode 100755 (executable)
index 5ef297b..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-# Copyright (C) 2011-2012  Simon Ruderich
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-
-exec valgrind --tool=exp-ptrcheck --error-exitcode=1 "$@"