summaryrefslogtreecommitdiffstats
path: root/Tests/Tutorial/Step9/MathFunctions/mysqrt.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Tutorial/Step9/MathFunctions/mysqrt.h')
-rw-r--r--Tests/Tutorial/Step9/MathFunctions/mysqrt.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Tests/Tutorial/Step9/MathFunctions/mysqrt.h b/Tests/Tutorial/Step9/MathFunctions/mysqrt.h
deleted file mode 100644
index e1c42ef..0000000
--- a/Tests/Tutorial/Step9/MathFunctions/mysqrt.h
+++ /dev/null
@@ -1,6 +0,0 @@
-
-namespace mathfunctions {
-namespace detail {
-double mysqrt(double x);
-}
-}