Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / drivers / wdm / audio / backpln / portcls / purecall.cpp
diff --git a/reactos/drivers/wdm/audio/backpln/portcls/purecall.cpp b/reactos/drivers/wdm/audio/backpln/portcls/purecall.cpp
deleted file mode 100644 (file)
index d09cd68..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * COPYRIGHT:       See COPYING in the top level directory
- * PROJECT:         ReactOS Kernel Streaming
- * FILE:            drivers/wdm/audio/backpln/portcls/connection.c
- * PURPOSE:         purecall stub
- * PROGRAMMER:      Johannes Anderwald
- */
-
-#include "private.hpp"
-
-#ifndef YDEBUG
-#define NDEBUG
-#endif
-
-#include <debug.h>
-
-extern "C" {
-  void 
-         __cxa_pure_virtual()
-  {
-    // put error handling here
-
-    DbgBreakPoint();
-
-  }
-}
-