aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/zenhttp.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-05-02 10:01:47 +0200
committerGitHub <[email protected]>2023-05-02 10:01:47 +0200
commit075d17f8ada47e990fe94606c3d21df409223465 (patch)
treee50549b766a2f3c354798a54ff73404217b4c9af /zenhttp/zenhttp.cpp
parentfix: bundle shouldn't append content zip to zen (diff)
downloadzen-075d17f8ada47e990fe94606c3d21df409223465.tar.xz
zen-075d17f8ada47e990fe94606c3d21df409223465.zip
moved source directories into `/src` (#264)
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees
Diffstat (limited to 'zenhttp/zenhttp.cpp')
-rw-r--r--zenhttp/zenhttp.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/zenhttp/zenhttp.cpp b/zenhttp/zenhttp.cpp
deleted file mode 100644
index 4bd6a5697..000000000
--- a/zenhttp/zenhttp.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright Epic Games, Inc. All Rights Reserved.
-
-#include <zenhttp/zenhttp.h>
-
-#if ZEN_WITH_TESTS
-
-# include <zenhttp/httpclient.h>
-# include <zenhttp/httpserver.h>
-# include <zenhttp/httpshared.h>
-
-namespace zen {
-
-void
-zenhttp_forcelinktests()
-{
- http_forcelink();
- forcelink_httpshared();
-}
-
-} // namespace zen
-
-#endif