summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am_app.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/am_app.h')
-rw-r--r--src/core/hle/service/am_app.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/hle/service/am_app.h b/src/core/hle/service/am_app.h
index 30a0be4c5..50dc2f5a2 100644
--- a/src/core/hle/service/am_app.h
+++ b/src/core/hle/service/am_app.h
@@ -15,10 +15,6 @@ class Interface : public Service::Interface {
public:
Interface();
- /**
- * Gets the string port name used by CTROS for the service
- * @return Port name of service
- */
std::string GetPortName() const override {
return "am:app";
}