]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - stat.c
This is supposted in C99
[xonotic/gmqcc.git] / stat.c
diff --git a/stat.c b/stat.c
index d5cbe3e90bc0e83ef17e26c4aa153e1564133309..1e171e8b97fa563ed73da40badb2706afd730925 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -1,26 +1,3 @@
-/*
- * Copyright (C) 2012, 2013, 2014, 2015
- *     Dale Weiler
- *     Wolfgang Bumiller
- *
- * Permission is hereby granted, free of charge, to any person obtaining a copy of
- * this software and associated documentation files (the "Software"), to deal in
- * the Software without restriction, including without limitation the rights to
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
- * of the Software, and to permit persons to whom the Software is furnished to do
- * so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in all
- * copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- * SOFTWARE.
- */
 #include <string.h>
 #include <stdlib.h>
 
@@ -69,7 +46,7 @@ void _util_vec_grow(void **a, size_t i, size_t s) {
     *a = d + 1;
 }
 
-void _util_vec_delete(void *data, size_t line, const char *file) {
+void _util_vec_delete(void *data) {
     mem_d(vec_meta(data));
 }
 
@@ -270,7 +247,3 @@ void util_htrm(hash_table_t *ht, const char *key, void (*cb)(void*)) {
 void util_htdel(hash_table_t *ht) {
     util_htrem(ht, NULL);
 }
-
-void stat_info() {
-}
-#undef ST_SIZE