From 6f38c4259e97a5c8ce2c0e5219ec511483ba91ba Mon Sep 17 00:00:00 2001
From: Tim Mayberry <mojofunk@gmail.com>
Date: Tue, 15 Apr 2008 14:56:41 +1000
Subject: [PATCH] Remove unused utility function in SConstruct

---
 SConstruct |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/SConstruct b/SConstruct
index a1ac79b..a67d7dc 100644
--- a/SConstruct
+++ b/SConstruct
@@ -471,12 +471,6 @@ def CheckPKGVersion(context, name, version):
     context.Result( ret )
     return ret
 
-def CheckPKGExists(context, name):
-    context.Message ('Checking for %s...' % name)
-    ret = context.TryAction('pkg-config --exists %s' % name)[0]
-    context.Result (ret)
-    return ret
-
 conf = Configure(env, custom_tests = { 'CheckPKGConfig' : CheckPKGConfig,
                                        'CheckPKGVersion' : CheckPKGVersion })
 
-- 
1.5.4.1

