Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / drivers / network / tdi / cte / string.c
diff --git a/reactos/drivers/network/tdi/cte/string.c b/reactos/drivers/network/tdi/cte/string.c
deleted file mode 100644 (file)
index 2dc2c74..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-#include "precomp.h"
-
-/*
- * @unimplemented
- */
-BOOLEAN
-NTAPI
-CTEAllocateString (
-       ULONG   Unknown0,
-       ULONG   Unknown1
-       )
-{
-       return FALSE;
-}
-
-
-/*
- * @unimplemented
- */
-BOOLEAN
-NTAPI
-CTEInitString (
-       ULONG   Unknown0,
-       ULONG   Unknown1
-       )
-{
-       return FALSE;
-}
-
-/* EOF */