aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/obscuren/qml/cpptest/cpptest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/obscuren/qml/cpptest/cpptest.cpp')
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/qml/cpptest/cpptest.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/Godeps/_workspace/src/github.com/obscuren/qml/cpptest/cpptest.cpp b/Godeps/_workspace/src/github.com/obscuren/qml/cpptest/cpptest.cpp
deleted file mode 100644
index e0b25699f..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/qml/cpptest/cpptest.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <string.h>
-
-#include "cpptest.h"
-#include "testtype.h"
-
-TestType_ *newTestType()
-{
- return new TestType();
-}
-
-int plainTestTypeN(PlainTestType_ *plain)
-{
- return static_cast<PlainTestType *>(plain)->n;
-}