From 7cd85a9c952cbdb5b96ca25d8472d79a495ffc86 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 16 Oct 2009 20:17:33 +0000 Subject: Got rid of cgiutil, it was empty, it was all going to be duplicates of code in the Url class and others. --- src/cgiutil.cpp | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/cgiutil.cpp (limited to 'src/cgiutil.cpp') diff --git a/src/cgiutil.cpp b/src/cgiutil.cpp deleted file mode 100644 index 56d58f1..0000000 --- a/src/cgiutil.cpp +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. - * - * This file is part of the libbu++ library and is released under the - * terms of the license contained in the file LICENSE. - */ - -#include "bu/cgiutil.h" - -Bu::CgiUtil::CgiUtil() -{ -} - -Bu::CgiUtil::~CgiUtil() -{ -} -/* -static void Bu::CgiUtil::parseUriQuery( - const Bu::FString &sUri, StrListHash &hVar ) -{ - for( Bu::FString::const_iterator i = sUri.begin(); i; i++ ) - { - - } -} -*/ -- cgit v1.2.3