summaryrefslogtreecommitdiff
path: root/tests-clay/testlib.h
diff options
context:
space:
mode:
authorVicent Martí <tanoku@gmail.com>2012-01-02 10:06:24 +0100
committerVicent Martí <tanoku@gmail.com>2012-01-02 10:06:24 +0100
commit1d415455d9484e99dcaa7f061bc9b172c083dabe (patch)
tree2d50afc6d35a06c6f9b3eb037b129e26b0a045ee /tests-clay/testlib.h
parent7a704309ae012b8e92eb6103b0d14dd3c22a1cb5 (diff)
downloadlibgit2-1d415455d9484e99dcaa7f061bc9b172c083dabe.tar.gz
clay: Move `file_create` to the helpers file
Diffstat (limited to 'tests-clay/testlib.h')
-rw-r--r--tests-clay/testlib.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests-clay/testlib.h b/tests-clay/testlib.h
deleted file mode 100644
index 2e8867c12..000000000
--- a/tests-clay/testlib.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef INCLUDE_testlib_h__
-#define INCLUDE_testlib_h__
-
-void file_create(const char *filename, const char *content);
-
-#endif